05-02-2014 09:26 AM
Hello all again ...
Can I display an acquired ImageBuffer with imaqCreateImage directly in my application panel ???
thanks for all ...
05-05-2014 02:30 AM
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.
05-05-2014 03:49 PM
You can use imaqDisplayImage(), but it will display in its own window.
05-06-2014 11:45 AM
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
05-06-2014 03:30 PM
Theoretically, you could convert the image using imaqImageToArray and then use NI-IMAQ functions such as imgPlot to display it anywhere within any panel.