10-31-2012 12:15 PM
Hi All,
I use the following overloaded method in ImaqdxSession to grab images.
ImaqdxSession.Grab Method (VisionImage, Boolean, UInt32)
I pass in the frame number as the out parameter. Can you please let me know if the frame numbers start from 0 or from 1.
Thanks,
Venkat
11-01-2012 05:31 PM
Hello Venkat,
The frames should be zero indexed when you use the grab method.
Cheers,
Joel