Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying selected image (images) from a browser window

How to display mouse-click-selected image (images) from a browser window?
0 Kudos
Message 1 of 2
(3,094 Views)
Start with the browser example that comes with IMAQ. This shows you how to set up the browser and fill it with images. I assume you have an array of images that you are going to put in the browser. When the user selects an image in the browser, you can use IMAQ Browser Focus to get the index of the currently selected image. Use the index to select the image to display from your array of images, and display the image in a separate window.

Bruce
Bruce Ammons
Ammons Engineering
Message 2 of 2
(3,094 Views)