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.tar.gz
(10.5 kB
view details)
File details
Details for the file v4l2-0.1.tar.gz.
File metadata
- Download URL: v4l2-0.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4d8588e479ff74947767565a9e12d1772ebf131b7d68549b637ace6b1da82e0
|
|
| MD5 |
1142153399808e633633c7d21faf3a68
|
|
| BLAKE2b-256 |
44879044643f987084be248d65f44165f399b3797ae1e307c2ed5857417bb5d2
|