Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

Using QThread to display live camera feed

$
0
0
I am trying to write an application which takes frames from a web camera and displays them on screen. Since I will be processing the frames (using OpenCV, etc), I want to improve the speed of the application using threads. How can I do this? I believe it involves 2 steps: (i) fetching frames from the camera, and (ii) refreshing GUI to display them.

Viewing all articles
Browse latest Browse all 18427

Trending Articles