10-14-2005 05:25 PM
10-14-2005 05:38 PM
10-17-2005 10:56 AM
Acquiring and saving are two different things. You may have to acquire 30 frames per second, but you can immediately drop 29 of those frames if you want. Another option is just retrieving every Nth image from the firewire image buffer. For example, set up the camera to take 30 frames per second, and set up a 60 frame buffer in continuous mode. After starting the acquisition, just retrieve image 0, 30, 60, 90, etc. and you have one frame per second. You might want to monitor the last frame acquired so you don't lock up the computer waiting for the next frame.
Another option: Most firewire cameras have variable frame rates, and you can set them as low as 3 or 4 frames per second. Then you only have to discard 3 out of 4 images.
Bruce
10-17-2005 12:29 PM