01-05-2009 01:30 PM
01-05-2009 04:42 PM
I searched on Unibrain Fire on the forums, did not have time to go through the hits, you may want to read through these posts:
01-06-2009 08:43 AM
01-06-2009 08:51 AM
Try out the firewire examples in the IMAQdx examples. There should be some that acquire continuously from a firewire camera.
Make sure you configure your camera in MAX first. Color cameras take a little more work to get everything looking right.
Bruce
01-06-2009 02:32 PM
01-06-2009 02:38 PM
MAX is Measurement and Automation Explorer. It is an icon on your desktop. It allows you to configure your camera and test it before you start writing programs.
The simplest method to write an AVI file is to create the AVI, then add each image as it is acquired. When you are finished, close the AVI file. This can slow down your acquisition process if you have a slow computer or slow hard drive, though.
The second method is to acquire all you images to memory using a sequence, then loop through the images and write them to the AVI.
Bruce
01-07-2009 07:55 AM
01-07-2009 11:10 AM
01-14-2009 10:00 AM