Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 548 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 548 Bytes

python-v4l2

Provides Python bindings for Video4Linux2.

Based on the work of Jinlei Zheng, which was based in turn on python-v4l2.

Additions have been made for the H264 format and for Python3.

Installation

Can be installed via:

pip3 install v4l2-python3

Or alternatively on Raspberry Pi OS (bullseye):

sudo apt install python3-v4l2

See the Wiki for PyPI publishing instructions.