thenoob94 Posted May 9, 2023 Report Share Posted May 9, 2023 I've fully wrapped a genicam sdk in lv. The images are being read out in a loop. I would like to read the images out via another vi. The issue at the moment is, that the images are being passed after the loop is done.. I've looked into produce/consumer but then the aquisition fails. The image how I read out the data is attached. I'm curious how the lv-pros would pass each frame to antoher vi? Quote Link to comment
ShaunR Posted May 9, 2023 Report Share Posted May 9, 2023 23 minutes ago, thenoob94 said: I've looked into produce/consumer but then the aquisition fails. What do you mean "fails"? You are not consuming fast enough? Quote Link to comment
thenoob94 Posted May 10, 2023 Author Report Share Posted May 10, 2023 14 hours ago, ShaunR said: What do you mean "fails"? You are not consuming fast enough? When I use the producer consumer pattern mycamera throws an "Error" telling me that the handle is incorrect. This happens only when I try to pass the data to the consumer as shown in the following link https://labviewwiki.org/wiki/Producer/Consumer this happens as well when I use the synchronised consumer Quote Link to comment
ShaunR Posted May 10, 2023 Report Share Posted May 10, 2023 1 hour ago, thenoob94 said: When I use the producer consumer pattern mycamera throws an "Error" telling me that the handle is incorrect. This happens only when I try to pass the data to the consumer as shown in the following link https://labviewwiki.org/wiki/Producer/Consumer this happens as well when I use the synchronised consumer What are you queueing? The image array or the U64 reference? (then reading the image in the consumer). You'll need to post your code so we can see what you are doing. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.