Im using ubuntu 11.04 on my Lenovo Thinkpad machine. Is there a python api for taking a picture programmatically from the webcam ? .开发者_如何学Go Some example would be really appreciated.
Please Help Thank You
opencv has python wrappers http://opencv.willowgarage.com/documentation/python/index.html
There is a package here: http://pypi.python.org/pypi/v4l2
You might also want to study the Video4Linux 2 API specification.
精彩评论