LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Opening Image as Separate Window

Hi All,

 

I would like to open some camera-generated images in separate windows in my LabVIEW code.  I could do this by creating a sub-VI that simply displays the image, and set that sub-VI to open a separate window, but I wonder if there is a simpler way to do it?  Is there a setting that would allow me to open the images separately without creating a sub-VI?


Thanks!

Forbes Black
Lapsed CLAD, LV 5 - LV 2022 (Yeah, I'm that old...)
0 Kudos
Message 1 of 3
(3,082 Views)

Use an Asynchronous Call by Reference to luanch multiple instances of your subvi passing the image to display into it.


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 3
(3,074 Views)

Depending on the OS you can use the System Exec.vi to display the images in the Windows Photo Viewer.

 

Ben64

 

display image in photo viewer.png

Message 3 of 3
(3,065 Views)