PDA

View Full Version : integrating openCv with QtQuick



nitish
15th September 2011, 13:16
Hi, i need some help on integrating opencv with qt quick.. I have a cpp code written for capturing video and i want it to be integrated with qt quick.. Please let me know if i'm wrong and i need some help on this...
Thanks
Nitish

nitish
24th September 2011, 14:16
After going through various forums i got a solution... We can make use of QGraphicsProxyWidget to display a QWidget in QML..... My OpenCV code is written in cpp and i used QWidget to display the webcam image.. And for displaying it through a Qml window i used QGraphicsProxyWidget...