Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Stop/close camera in vision acquisition

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 !!

0 Kudos
Message 1 of 2
(3,606 Views)

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.

0 Kudos
Message 2 of 2
(3,460 Views)