From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Visualize image just one

hello to everyone.

First of all thanks a lot for reading this post and being able to help.

 

I have a while where in each iteration I take a photo.

I have a boolean variable which toggle with a few consideration.

 

I would like to visualize an image just if that boolean variable is true, but if it is false I would like to visualize the image of last iteration. I mean if boolean variable is true, refresh the image but if it is false do not refresh.

 

I do a case but if the variable is false then the image display does not visualize anything...

 

So how can I do that?

thanks a lot

0 Kudos
Message 1 of 7
(3,297 Views)
Hi,
-Possible to post screenshot of code then it'll be easier to find what exactly is happening.
-My initial guess is you need to have buffer for previous image to display- is it present?
-Are you disposing the previous image?
Thanks
uday
0 Kudos
Message 2 of 7
(3,293 Views)

Just I need a buffer with the last right image.

 

But how can I get it??

 

When I arrive at home I will upload a screenshot!

0 Kudos
Message 3 of 7
(3,288 Views)
0 Kudos
Message 4 of 7
(3,285 Views)

I tried that option, but the problem is that I have the image of the last iteration but not the right image...

0 Kudos
Message 5 of 7
(3,283 Views)
You need to have two IMAQ Create- One for current and one for previous image.
-Each iteration, current image will be saved to Previous image and inside case structure for display take Previous image ref.

-Could you explain "the image of the last iteration but not the right image..." if my understanding is correct it must be because you are using one IMAQ create if previous and current image are same.
Thanks
uday
0 Kudos
Message 6 of 7
(3,281 Views)

use this example 

0 Kudos
Message 7 of 7
(3,277 Views)