Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Show image

I am trying to display an image I have stored in my Mario( c directory), but nothing is displaying, any suggestions?

 

 

The Doug!

 

0 Kudos
Message 1 of 3
(5,711 Views)

Hello,

 

what executes first (image display or image dispose) here?

 

help_BD.png

 

what about here?

 

help_BD.png

 

My answer is: I do not know!

 

You need to think dataflow. Check:

 

https://www.ni.com/docs/en-US/bundle/labview/page/block-diagram-data-flow.html

 

So you need to force the display before you dispose of the image! In your case, for example with sequence structure (although its best to avoid them in a real application...). Normally you clean after yourself only when the program ends (let's say when your main loop stops executing)...

 

So (a dirty example):

 

help_BD.png

 

Best regards,

K

 


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
Message 2 of 3
(5,705 Views)

And kudos you will receive!

0 Kudos
Message 3 of 3
(5,701 Views)