Home | History | Annotate | only in /external/chromium_org/third_party/v4l2capture
Up to higher level directory
NameDateSize
LICENSE05-Aug-2015325
OWNERS05-Aug-201524
README.chromium05-Aug-2015585
setup.py05-Aug-2015968
v4l2capture.c05-Aug-201512.4K

README.chromium

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