07-21-2016 02:33 AM - edited 07-21-2016 02:35 AM
Hello to everyone.
First of all thanks a lot for reading this post and being able to help.
I have a code where I take images (snap) with a camera GigE each 0.5sec and I visualize in a Display.
Now I would like to implement a functionality which is that I would like to take last image that camera take and visualize in another display to visualize and measure a simple ROI.
Is there any way or VI which provide me the functionality to take the last image and visualize it in another display?
Thanks a lot!
07-21-2016 03:18 AM
07-21-2016 03:20 AM
First of all thanks for replying.
The problem of that is that "Display last image" is refreshing each 0.5 second as well...
I woud llike to press a button and get the last image in the second display and this display does not have to change until I press the button again.
07-21-2016 03:36 AM
07-21-2016 03:38 AM
I forgot that I would like to do this in a diferent whiles.
one while for take images each 0.5sec and the other while for take just the last image.
Is that possible?'
Thanks a lot again.
07-21-2016 03:46 AM - edited 07-21-2016 03:49 AM
Yes, you can send the image to other loop via queue and display in second loop with case structure around image display using button.
Please go through this link for basic structures and how to use it:http://www.ni.com/getting-started/labview-basics/execution-structures
07-21-2016 03:48 AM
Could you show me a little code please?
Because I try a lot of things but no works....
07-21-2016 04:09 AM
07-21-2016 04:34 AM
Thanks a lot.
My question is:
Does queue get bigger and bigger untill I realease it when I push the button?
Or can I push a image on queue, delete image, push again, delete.... So Can queue have just one element?
07-21-2016 04:38 AM