09-15-2013 02:34 PM
hi everyone, i been trying i need to manage when i want the picture taken from a video source,
I do get de snap, it works perfect, but what i need to do is the snap vi take the snap when i want,..
i does take the snap, but i cant control it,.. it takes it every 3 seconds,.
09-15-2013 04:05 PM
Snap does all the camera setup before taking an image, and shuts everything down after taking an image. That is why it takes about 3 seconds per image.
The easiest way is to use continuous image acquisition (Grab) and just grab the most recent image when you need, or perhaps the next image.
If you need more precise timing, you probably want to use triggered image acquisition. Send a hardware signal to the camera when you need it to take an image, then acquire the last image. This requires a little more setup in the camera and in wiring.
Bruce
09-17-2013 04:15 PM
09-23-2013 07:34 PM
FINALLY DID IT... thanks for your answers..