PDA

View Full Version : How to take a picture from the camera


s7912081990
10-29-2012, 11:45 PM
Hi
Is there any ways to take the picture with the camera when people are operating the program?
Thanks

Jeff
11-01-2012, 01:06 PM
Yes, this should be possible using a Python add-on. This (http://stackoverflow.com/questions/11094481/capturing-a-single-image-from-my-webcam-in-java-or-python) page discusses several different Python libraries that can capture webcam pictures. If you are using Vizard 3 (which uses Python 2.4), it looks like you can also do this with the VideoCapture and PIL (http://geraldnaveen.blogspot.com/2009/03/capturing-image-from-webcam-using.html) libraries.

s7912081990
11-01-2012, 08:32 PM
thanks!!!!!!!: )
I will try it