Thread: cam exception
View Single Post
  #1   Spotlight this post!  
Unread 01-03-2012, 19:34
Method's Avatar
Method Method is offline
Registered User
no team
 
Join Date: Jan 2012
Rookie Year: 2011
Location: Ca
Posts: 38
Method is an unknown quantity at this point
cam exception

hello
caused an exception in my code but it's a little strange since I undid changes and it didnt start working again... Part of the problem is probably that i didnt have a backup

//in constructor
AxisCamera *camera;


ColorImage img(IMAQ_IMAGE_RGB);
printf("first\n");
Wait(2.0);
printf("second\n");
camera->GetImage(&img);//This is where the exception is
printf("third\n");

I've been trying different combinations that I thought would work to no avail. Any help would be great- thanks
Reply With Quote