summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <emmanuel.peyrot@collabora.com>2016-01-11 19:04:38 +0000
committerDerek Foreman <derekf@osg.samsung.com>2016-01-11 13:34:22 -0600
commit5d43af3e8888f18a4982d980b8c760d9726a9a92 (patch)
treee7baa7e25e435cc868d6ec747ebfd741c74eebcd /.gitignore
parent8ef2957873fcb6f04b1ec6e5de6b43f63d277e62 (diff)
downloadweston-5d43af3e8888f18a4982d980b8c760d9726a9a92.tar.gz
clients: add simple-v4l-dmabuf client
This client opens a V4L2 device, usually exposed as /dev/videoN, and retrieves its frames as dmabuf for later import into the compositor. It supports both single- and multi-planar devices, and any format exposed by the V4L2 device the Wayland compositor accepts. This client never changes the v4l2 settings, use `v4l2-ctl -c` if you want to change those. Signed-off-by: Emmanuel Gil Peyrot <emmanuel.peyrot@collabora.com> Acked-by: Derek Foreman <derekf@osg.samsung.com> Tested-by: Derek Foreman <derekf@osg.samsung.com> Maniphest Tasks: T90 Differential Revision: https://phabricator.freedesktop.org/D339
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 719054d7..dfbb4d30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,6 +67,7 @@ weston-presentation-shm
weston-resizor
weston-scaler
weston-simple-dmabuf-intel
+weston-simple-dmabuf-v4l
weston-simple-egl
weston-simple-shm
weston-simple-touch