Hi sau -
Glancing at your VI, I noticed that you're performing multiple extractions and overwriting the same image buffer. Remember that, unlike other LabVIEW data, the
image datatype is a reference to a
specific memory buffer. If you don't provide a destination buffer for Vision functions, those functions will overwrite the original image. When you perform three functions on the same buffer in parallel (i.e. IMAQ Extract), each function is working with the result of the one that executed before it (instead of working with the original image). This could be causing a lot of your problems.
David Staab, CLA
Staff Systems Engineer
National Instruments