Python bindings for the v4l2 userspace api.
Project description
A Python binding for the v4l2 (video4linux2) userspace api, using ctypes. Basic example usage:
>>> import v4l2 >>> vd = open('/dev/video0', 'rw') >>> cp = v4l2.v4l2_capability() >>> v4l2.ioctl(vd, v4l2.VIDIOC_QUERYCAP, cp) 0 >>> cp.driver 'uvcvideo' >>> cp.card 'USB 2.0 Camera'
See the linux/videodev2.h header file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
v4l2-0.1.1.tar.gz
(20.2 kB
view hashes)