qv4l2: add -r option to qv4l2 to open the initial device in raw mode
authorHans Verkuil <hans.verkuil@cisco.com>
Thu, 6 Jan 2011 09:58:49 +0000 (10:58 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 6 Jan 2011 10:01:07 +0000 (11:01 +0100)
commite4dbcac453b6a6cc94534aa5a65d593e28d96960
tree5fe8e95a40114d7b506031529a618a1c4d06201b
parent0509fd14a70ad9fd88287b43d2b200f56ba718eb
qv4l2: add -r option to qv4l2 to open the initial device in raw mode

By default qv4l2 opens the device node in wrapped mode (i.e. using libv4l2).
By adding the new -r option the device node is opened in raw mode, bypassing
libv4l2.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/qv4l2/qv4l2.cpp