05-06-2010 06:41 PM
Hello
I am collecting data from an Apogee U10 camera that is not directshow compatible. I can get the images and display them on an intensity graph but the loop is slow. The images are large (2060x2060) so i could stand to loose some of that resolution so that I can speed up my application. Any suggestions on how to downsample the array matrices that the camera methods are spitting out would be helpful. I have attached the vi below
Thanks
P
05-07-2010 12:02 AM
after getting the image you can resample it. In vision assistant go to images-->image geometry-->resampling
05-07-2010 07:30 AM