06-23-2006 05:36 AM
06-30-2006 02:50 PM
Mike,
You should be able to change the size of the image you are acquiring with your camera programmatically, but there are some things to keep in mind. If you are using LabVIEW, on both the snap and grab functions you can select a region to acquire smaller than the total resolution of the camera. There are inputs directly on the Snap function and on the Grab Setup function that allow you to input this region. By only changing the number of pixels to acquire horizontally you would in effect be changing the number of lines you were acquiring.
If you are using the Snap function in your code, then each time it gets called you could change the region that is being acquired. However, if you are using the Grab function then you would have to stop the acquisition in your code, change the region to acquire, and then restart the Grab.
Jason N