diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-04-24 20:46:33 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-04-26 21:04:41 +0300 |
commit | 175cd1061112992df9dee2c51f641d60a3d1705c (patch) | |
tree | 043b20d450794e518c046a0f15104bab8e99d210 /src/cam/main.h | |
parent | 36ab14e12d25ec8277fe44a0f4ebb5402b9df38e (diff) |
cam: Add an option to list camera controls
Add a new --list-controls option to print information about all the
controls supported by a camera.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/cam/main.h')
-rw-r--r-- | src/cam/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cam/main.h b/src/cam/main.h index d23c6dfb..4a130d8d 100644 --- a/src/cam/main.h +++ b/src/cam/main.h @@ -16,6 +16,7 @@ enum { OptList = 'l', OptListProperties = 'p', OptStream = 's', + OptListControls = 256, }; #endif /* __CAM_MAIN_H__ */ |