Qt 6.11 is out! See what's new in the release
blog
[SOLVED] PyQt4: How to access a webcam and save a snapshot (Frame)?
Language Bindings
2
Posts
2
Posters
3.5k
Views
1
Watching
-
Hi professionals,,
What is the best way to open a camera and save a snapshot (Frame) or a picture?
Thanks.
=====================
UPDATE:I found "Video Capture", it's open source and have some examples.
"Click Here":http://videocapture.sourceforge.net/ for more details -
Another option is "OpenCV":http://opencv.willowgarage.com/documentation/python/index.html which I have used with good results, mainly as a way to capture images of QR and Bar codes.