Hi - I am new to NI IMAQ and am probably asking a redundant question
(sorry for that). I have a working system that takes raw RGB in
(from a camera board) and displays processed color images (Bayer
demosaic etc. in a ring setup) at 30fps. I would now like
to add a layer to extract the color planes and to process regions of
interest (MacBeth chart squares) to play with color balance etc..
It is OK if this processing reduces the frame rate a bit (30fps to 5 or
10 is OK) since I will turn it off when balanced. But I want it
to be done on the real time video stream from the sensor.
However, when I use the standard widgets for color plane
extraction, per the help files, I keep running into error messages that
tell me I am trying to work on a locked acquire buffer (from the ring)
and I can not do that. So how do I get around this or release
buffers? I tried copying buffers and the extract widgets, but
these seem to have similar problems. Of course the shipped demos
work fine, but they read images from the disk and do not use a ring. I
feel like I am missing something very fundemental here - any pointers?
Thanks