Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 046425f8 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9898): v4l2: Add privacy control



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.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 0877258d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
 */