Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Embedded Image browser

Hi,

I need to display images contained in a specific directory into an images browser embedded in my main application window. Does somebody has an idea how to it ? The number of images is unknown.

Thanks,

Patrick Lessnick
0 Kudos
Message 1 of 3
(3,163 Views)
Use the List Directory function in LabVIEW to get an array of strings with all the images in the folder. Then use a for loop that will execute the exact number of times as the number of images in your folder. Take a look at the example program at the end of the linked discussion forum for an idea of how to display multiple images on the front panel. You will need the Vision software to run it.
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000AC7F0000&UCATEGORY_0=_15_&UCATEGORY_S=0
Message 2 of 3
(3,163 Views)
There is an example on how to do exactly that on the CD-ROM that accompanies my book "Image Acquisition and Processing with LabVIEW": <>




Copyright © 2004-2024 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 4.0 License.
Message 3 of 3
(3,163 Views)