Hey PBatson,
NI-IMAQ features a standard continuous acquisition routine that uses the high-level grab functions. StillColor, however, is only supported by the high-level snap function. In order to simulate the results of a grab, you must perform a snap, call IMAQ Init to reinitialize the IMAQ device, perform another snap, and so on to obtain a series of images. You can actually create a high-level routine for a continuous StillColor acquisition without reinitializing your IMAQ device at the start of each new image, such as using a while loop with the imgSnap.
I hope this answers your question. Please let me know if you have any further questions about this. Thanks, and have a great day.
Regards,
DJ L.