04-22-2016 07:35 PM
Solved! Go to Solution.
04-23-2016 03:12 PM
Patryk,
Without seeing your code (attach the VI, or compress the folder containing your LabVIEW Project and attach the entire Zip file), it is extremely difficult to make any meaningful suggestions.
Bob Schor
04-27-2016 06:23 PM
I solved the problem. I was using continuous acquisition in my code. Ideally, a continuous acquisition acquires and processes every image that is transferred from the camera. However, because of processing time fluctuations, some images from the camera may not be processed before the camera transfers the next image. If a delay becomes too long, the camera overwrites the requested buffer with new image data. So I used one-shot acquisition and specified the number of internal buffers. The camera transfers each image up to and including the specified number of buffers. The driver acquires every image during a one-shot acquisition.
My best regards,
Patryk.