A Python binding for the v4l2 (video4linux2) userspace api, using
ctypes. Basic example usage::
>>> import v4l2
>>> import fcntl
>>> vd = open('/dev/video0', 'rw')
>>> cp = v4l2.v4l2_capability()
>>> fcntl.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. Currently the
bindings are up to date with the 2.6.34 kernel headers.
* `Video for Linux Two Specification <http://linuxtv.org/downloads/v4l-dvb-
apis/ch07s02.html>`_
* `Reporting bugs <http://bugs.launchpad.net/python-v4l2>`_
ctypes. Basic example usage::
>>> import v4l2
>>> import fcntl
>>> vd = open('/dev/video0', 'rw')
>>> cp = v4l2.v4l2_capability()
>>> fcntl.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. Currently the
bindings are up to date with the 2.6.34 kernel headers.
* `Video for Linux Two Specification <http://linuxtv.org/downloads/v4l-dvb-
apis/ch07s02.html>`_
* `Reporting bugs <http://bugs.launchpad.net/python-v4l2>`_
Release files for v4l2 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| v4l2-0.2.tar.gz | 23.1 kB | Details |
Release files / v4l2-0.2.tar.gz
| Download URL | v4l2-0.2.tar.gz |
|---|---|
| Size | 23.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0d8f31f9d554ded4d0b50a31a7be5590b861df9e1ba256ee757e1c09175dd4a2
|
|
BLAKE2b-256 checksum How to use checksums |
1f3ca4e9abe360c76c7268cde9e7fbf7164c357063b29debbf0d36836097318c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |