[SOLVED] PyQt4: How to access a webcam and save a snapshot (Frame)?
-
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.