Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: third_party/v4l2capture/README.chromium

Issue 123743004: Add v4l2capture to support webcam-based speed index in telemetry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add pauljensen to OWNERS Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/v4l2capture/OWNERS ('k') | third_party/v4l2capture/setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/v4l2capture/README.chromium
diff --git a/third_party/v4l2capture/README.chromium b/third_party/v4l2capture/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..ff540436ff6bd4b96fe70bedc0efc129e2238323
--- /dev/null
+++ b/third_party/v4l2capture/README.chromium
@@ -0,0 +1,17 @@
+Name: Python extension to capture video with video4linux2
+Short Name: python-v4l2capture
+URL: https://github.com/gebart/python-v4l2capture
+Version: 36eff3851628202fe0b54689d6b94002dd1b0da2
+License: Public domain
+License Android Compatible: yes
+License File: NOT_SHIPPED
+Security Critical: no
+
+Description:
+Slim Python module for video capture from Video4Linux2-compatible cameras.
+Used by tools/telemetry/support/webcam/capture.py.
+
+Local modifications:
+Restricted to MJPG format.
+Removed dependency on libv4l.
+Fixed memory leaks in Video_device_unmap and Video_device_create_buffers.
« no previous file with comments | « third_party/v4l2capture/OWNERS ('k') | third_party/v4l2capture/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698