开发者

Python api for taking picture from a webcam on a Linux machine

开发者 https://www.devze.com 2023-03-23 23:47 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消