Simple, libv4l2 based frame grabber
Project description
A simple, libv4l2-based frames capture library.
Installation
Libv4l2
Libv4l2 is packaged by various distributions:
Debian and Ubuntu
# apt-get install libv4l-dev
Fedora
# dnf install libv4l-devel
Arch Linux
# pacman -S v4l-utils
PyV4L2
To install PyV4L2Camera make sure you have Cython installed and type:
$ pip install PyV4L2Camera
PyV4L2Camera is only compatible with Python 3.
Usage
from PyV4L2Camera.camera import Camera
camera = Camera('/dev/video0')
frame = camera.get_frame()
The returned frame is of bytes type and contains pixels packed using RGB24 format. To learn more see V4L2_PIX_FMT_RGB24 description.
Example of frames to numpy arrays conversion can be found in the examples directory.
Contributions
Contributions are always welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file PyV4L2Camera-0.1a2.tar.gz
.
File metadata
- Download URL: PyV4L2Camera-0.1a2.tar.gz
- Upload date:
- Size: 63.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5dff80cf3391f9c38ba0803895e9b84e83ba5e53ffe8174b124353f9cf256a65
|
|
MD5 |
4e91636068119c5cc06830c8d9c1cc86
|
|
BLAKE2b-256 |
1817ada64d9db6ab32ed1271773c1ec9b7b69c41922fea0127daf846169e71c8
|
File details
Details for the file PyV4L2Camera-0.1a2.linux-x86_64.tar.gz
.
File metadata
- Download URL: PyV4L2Camera-0.1a2.linux-x86_64.tar.gz
- Upload date:
- Size: 186.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5d23f3acbcdd4d155a904dff78f07b1c4f589561c112de16281702a8a4ac799d
|
|
MD5 |
578f676edfe0e3a31254dfeab20f0f8a
|
|
BLAKE2b-256 |
a78a1cd994b4d9f8319881f32d8385f53d524e4941bcf4f6a2c942cddc7a2521
|
File details
Details for the file PyV4L2Camera-0.1a2-py3.5-linux-x86_64.egg
.
File metadata
- Download URL: PyV4L2Camera-0.1a2-py3.5-linux-x86_64.egg
- Upload date:
- Size: 190.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
703704a9d47fe03d502a71e0f37111e3d9383c3e3a60ac4972dfb1aab26ef713
|
|
MD5 |
14d5e45fff5b84f2c811a44d7182981f
|
|
BLAKE2b-256 |
b0685974db2f8b038fe59fe2e09f76a3f589d9e2360202b62bf1ad36eee709f7
|