02-28-2013 04:46 AM
In my program i want to start the acquisition on 'ON 'state of the button and stop the acquisition / close the camera on "OFF " state of
that button , so that i can again use camera in my program
Can i go this way??
where my camera settings are :
Acquisition Start Trigger OFF - Frame Start Trigger ON
and i am using GigE camera
I am quite new to Labview, Please Help !!
09-27-2013 03:10 PM
Set all triggering on your camera to OFF in MAX otherwise it will be expecting an external pulse. If you just want to control its ON/OFF state from LabVIEW, use the attached VI. It's just doing a very basic conintuous image grab. It assumes your camera is configured to produce an unsigned 8 bit image. If your camera is configured for signed 16 bit images or something else, make sure to change the image type setting in the pull down enum on the block diagram.