LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Single Black Frame

Solved!
Go to solution

Hi,

For some reason, when I begin the capture process, the producer/consumer loop structure below gives me the first image as being black(empty) with all subsequent frames working fine. I'm not exactly sure why it is doing this. Any input would be greatly appreciated. The frame before the one below collects information about exposure/gain of the camera and how many frames are to be captured, so shouldn't really influence the capturing process.

 

Konstantine

Capture.PNG

0 Kudos
Message 1 of 3
(2,268 Views)
Solution
Accepted by topic author palanski

Hi Konstantine,

 

The reason that you are getting this is an issue with dataflow, you are placing a element in the queue before the buffer image copy is complete. Try combine all the error wires in the top loop to enforce dataflow.

 

Joe Daily
National Instruments
Applications Engineer

may the G be with you ....
Message 2 of 3
(2,228 Views)

Such a simple thing. Thank you.

0 Kudos
Message 3 of 3
(2,212 Views)