summaryrefslogtreecommitdiff
path: root/src/cam/main.h
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2019-05-26 02:26:55 +0200
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2019-06-19 12:25:12 +0200
commit802d47068b734f33b2e1c102202e19c227cfb291 (patch)
tree8083543a5b21213f79f7bcfe98dbee286cb4263f /src/cam/main.h
parent7c856201c7fdf6758589d0573378f18b6a04af49 (diff)
cam: Add --info option to print information about stream(s)
Add a new option to the cam tool that prints information about the configuration supplied by the user. If the option is specified, information about the configuration is printed after the configuration has been verified and possibly adjusted by the camera. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/cam/main.h')
-rw-r--r--src/cam/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cam/main.h b/src/cam/main.h
index fff81b1f..0997476b 100644
--- a/src/cam/main.h
+++ b/src/cam/main.h
@@ -12,6 +12,7 @@ enum {
OptCapture = 'C',
OptFile = 'F',
OptHelp = 'h',
+ OptInfo = 'I',
OptList = 'l',
OptStream = 's',
};