• Home
Name Date Size #Lines LOC

..--

LICENSED03-May-2024325 96

OWNERSD03-May-202424 21

README.chromiumD03-May-2024585 1815

setup.pyD03-May-2024968 2916

v4l2capture.cD03-May-202412.4 KiB506409

README.chromium

1Name: Python extension to capture video with video4linux2
2Short Name: python-v4l2capture
3URL: https://github.com/gebart/python-v4l2capture
4Version: 36eff3851628202fe0b54689d6b94002dd1b0da2
5License: Public domain
6License Android Compatible: yes
7License File: NOT_SHIPPED
8Security Critical: no
9
10Description:
11Slim Python module for video capture from Video4Linux2-compatible cameras.
12Used by tools/telemetry/support/webcam/capture.py.
13
14Local modifications:
15Restricted to MJPG format.
16Removed dependency on libv4l.
17Fixed memory leaks in Video_device_unmap and Video_device_create_buffers.
18