LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Display *image in my panel

Hello all again ...
Can I display an acquired ImageBuffer with imaqCreateImage directly in my application panel ???

thanks for all ...

 

 

0 Kudos
Message 1 of 5
(4,874 Views)

Hello,

 

I've never used IMAQ with CVI but you should find an answer to your question here :

http://www.ni.com/pdf/manuals/371266e.pdf

 

Page 2.7 (chapter "Display an image") should help you...But as far as I understand this document, imaqCreateImage() is not supposed to display any image : this function just returns an image reference you can use when calling other NI Vision functions.

 

Message 2 of 5
(4,841 Views)

You can use imaqDisplayImage(), but it will display in its own window.

Message 3 of 5
(4,824 Views)

yes, I use imaqDisplayImage(), too, but this function display my image in a new window, but I need displaying the image in my application panel.

It's possible?

thanks again

0 Kudos
Message 4 of 5
(4,806 Views)

Theoretically, you could convert the image using imaqImageToArray and then use NI-IMAQ functions such as imgPlot to display it anywhere within any panel.

0 Kudos
Message 5 of 5
(4,797 Views)