PDA

View Full Version : OpenCv + Qt



Janderson Borges
28th November 2008, 22:20
Hello...


How can I display a OpenCv Image(a IplImage frame from a webcam) like a subwindow of a QtMainWindow ???


Thank's in advance...

^NyAw^
29th November 2008, 00:59
Hi,

You need to convert the OpenCV image to a QImage or a QPixmap.

aaslannn
30th November 2008, 09:08
I am also looking for ways to pass webcam images to phonon and I found these which would help you:
http://www.qtcentre.org/forum/f-qt-programming-2/t-opencv-integration-11655.html
http://www.qtcentre.org/forum/f-qt-programming-2/t-video-streaming-14006.html

They give link to an application QtOpenCV, which shows a simple way to use opencv and qt together

Janderson Borges
2nd December 2008, 14:01
Thanks for help-me! It's works perfetly now...

Best Regards...