ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display images from array

Solved!
Go to solution

Hi,

 

I have tried looking around, but I only seem to be able to find information about saving images into arrays or displaying an array as an image.

 

I have an array of images and I want to be able to display them on the front panel. At the moment I can display the images but each time I go into the for loop it overwrites the previous image. I know this is because I am creating the image inside the for loop but I cannot figure how to create separate images for each one. Any help in working out how to create enough windows to display all the images separately would be greatly appreciated.

 

I have attached an image of my code.

 

Thank you,

Cortina

0 Kudos
Message 1 of 3
(3,830 Views)
Solution
Accepted by topic author Cortina24

You need an IMAQ buffer for each ROI you want to extract instead of just one. You are now probably seeing N times the same image.

 

snip.png

 

As for displaying, you can use an array of displays but they will probably share the same pan/zoom setting. You can also use index array and connect each wire to it's own display.

 

Untitled2.png

Message 2 of 3
(3,794 Views)

Thanks RamonG!

0 Kudos
Message 3 of 3
(3,777 Views)