Re: [Tutor] Python; webcam

2014-08-04 Thread Vipul Sharma
You should try Computer Vision libraries for python like OpenCV and SimpleCV. They are best for playing with the camera, videos and for image processing tasks. My personal favorite is OpenCV you should definitely try it. https://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_setup

Re: [Tutor] Python; webcam

2014-08-04 Thread Danny Yoo
On Mon, Aug 4, 2014 at 7:10 AM, René Mathieu wrote: > Hello there > > I'm writing a Python program and I would like to display a video device > (webcam). How should I write in the program? Hi Mathieu René, I'm unsure because I have no direct experience with this. You might want to check the ge

[Tutor] Python; webcam

2014-08-04 Thread René Mathieu
Hello there I'm writing a Python program and I would like to display a video device (webcam). How should I write in the program? thank you very much MATHIEU René ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: htt