diff options
author | Laurent Pinchart <laurent.pinchart@skynet.be> | 2008-12-14 20:22:05 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@skynet.be> | 2008-12-14 20:22:05 +0100 |
commit | a535d91c3ff903c13b31791f5053373a8ec94bc9 (patch) | |
tree | f2e7beff88ec956af32401607a543019f7cc3e07 /linux | |
parent | 99627092016191ade350fe68ac3c2d17e3cd6a11 (diff) | |
download | mediapointer-dvb-s2-a535d91c3ff903c13b31791f5053373a8ec94bc9.tar.gz mediapointer-dvb-s2-a535d91c3ff903c13b31791f5053373a8ec94bc9.tar.bz2 |
v4l2: Add privacy control
From: Laurent Pinchart <laurent.pinchart@skynet.be>
The privacy control prevents video from being acquired by the camera. A true
value indicates that no image can be captured. Devices that implement the
privacy control must support read access and may support write access.
Priority: normal
Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/include/linux/videodev2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index 2d7f01059..6ee771108 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -1122,6 +1122,8 @@ enum v4l2_exposure_auto_type { #define V4L2_CID_ZOOM_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+14) #define V4L2_CID_ZOOM_CONTINUOUS (V4L2_CID_CAMERA_CLASS_BASE+15) +#define V4L2_CID_PRIVACY (V4L2_CID_CAMERA_CLASS_BASE+16) + /* * T U N I N G */ |