Hi, I use NI 1428 CameraLink framegrabber and notice
a bug with saving image to disk via CWIMAQ object. It
adds 8 columns black pixels to the end of each image.
Savimg image to disk via CWIMAQVision is fine.
Has anybody experienced the same thing ?
Also, are the CWIMAQ buffers thread safe ?
I use them as a ring buffer, so multiple
threads may access the same image buffer at the
same time. I have used my own mutex to safe guard
each access. But I wonder if the thread safe is
built in.