QML Camera Capture transferring into OpenCV cv::Mat | QML to OpenCV
Computer Vision Lab Computer Vision Lab
2.8K subscribers
435 views
16

 Published On May 5, 2024

QML and OpenCV interaction is one of my main interest. I have already recorded some videos about sending images/videos between QML and C++ side in Qt. In this video I did something different than before. Normally we alway use OpenCV VideoCapture for camera run. This time I use QML embedded camera object for streaming. So I dont need to handle camera status complicatedly in C++ side. QML is handling properly. All I need is just sending the necessary images into the C++ side and converting them into the OpenCV cv::Mat type so I can analyze them.

🌠 Other related videos I recorded:

   • Canny Edge Detection Project with QML...  

   • Transfer OpenCV cv::Mat Images to Qml...  

   • SEND OPENCV IMAGES(VIDEO) TO QML(QT Q...  

🌠 You may want to watch also:    • How to install CUDA on UBUNTU(Linux) ...  

🌠 Stackoverflow: https://stackoverflow.com/users/11048...

🌠 Github: https://github.com/yunus-temurlenk?ta...

🌠 Twitter:   / code_enjoy  

🌠Hashnode: https://yunustemurlenk.hashnode.dev/

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬

0:00 - Introduction
1:26 - Code & Results

If you see any mistake and any advice please comment. Thanks for watching...

#QML, #opencv, #qt

show more

Share/Embed