Good morning.
I copying the Image from the Grab Buffer to the Snap Buffer I am sort of confused.
I've tried to make a 10 item Images collection, and so with a continous acquire it works like the Ring example. Each index in the 10 item buffer gets a image. I can then attach Images(10) to the second Viewer, but once Images 10 is filled again it will attach to Viewer2. Are you saying that I could have a totally seperate buffer where I could stick a still image and it will REMAIN there until I tell the program to put another in its spot? How would I do this?
Also, if some of the processing mathods from CWVision require an owned image, ie. Threshold and BasicParticle I beleive as well) then how do I save a still from either the CWIMAQ or CWIMAQViewer?
I've tried the CWIMAQ1.SaveImageToDisk which sounds like it should be perfect. But I get a "Type Mismatch" error.
I've tried the CWIMAQVision.WriteImage function and I get an "Invalid Image Type" when passing in an image from the CWIMAQViewer control when the control is attached to a CWIMAQ capture. I believe that the WriteImage worked fine from an OWNED image was loaded via the CWIMAQViewer.ReadImage function.
So. Foe me to do the processing I want, I beleive that I reaquire an OWNED image. The controls seem to have the ability for me to create that saved image, but they fail. And the Helps aren't telling me exactly why.
Although this forum is handy..
Thank you