Python webcam api for Linux machine

Im using ubuntu 11.04 on my Lenovo Thinkpad machine. Is there a python api for webcam software ?, some example would be really appreciated.

Please help. Thank you.

+4
source share
2 answers

There is a package here: http://pypi.python.org/pypi/v4l2

You can also learn the Video4Linux 2 API specification .

+2
source

All Articles