teerytko / python-video4linux2

Automatically exported from code.google.com/p/python-video4linux2
0 stars 0 forks source link

Use 'libv4lconvert' to enable other pixel formats #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is a library 'libv4l' which is intended to convert between pixel formats.
http://hansdegoede.livejournal.com/3636.html

This could/should be use to support all (at present) unsupported formats by
converting them to RGB before passing to PIL image.
Mungewell.

Original issue reported on code.google.com by mungew...@gmail.com on 20 Mar 2009 at 3:21