I think IMAQ uses pointers to images. A less-expensive substitute would be
juggling filenames.
Labview just isn't very good at handling large data from lack of pointers.
There's techniques to avoid copies, but the easiest way is to avoid it
altogether by keeping the data out of memory.
-joey
"rammer" wrote in message
news:506500000008000000927F0000-1042324653000@exchange.ni.com...
> I am doing image acquisition at about 20 frames per second. The data
> comes in much faster than it can be processed. Right now I shove the
> image data on a queue and process it in another loop. However, in
> reading on the queue operation it seems memory is always being
> reallocated. Does anyone have a better solution for handling the
> data?