jnohlgard / python-v4l2capture

Python extension to capture video with video4linux2 (fork of https://launchpad.net/python-v4l2-capture)
133 stars 83 forks source link

Adding support for fourcc pixel format. #6

Closed ajaymdesai closed 10 years ago

ajaymdesai commented 10 years ago

Adding fourcc support to set_format, adding get/set for auto focus, auto white balance, auto exposure, and white balanace temperture. Also adding .gitignore.

jnohlgard commented 10 years ago

I have not yet tested this but it looks good and adds value to the library.

ajaymdesai commented 10 years ago

Thanks.