aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2018-09-07 17:53:28 +0200
committerHans Verkuil <hans.verkuil@cisco.com>2018-09-07 17:53:28 +0200
commit388f43c8cfb3e98c951c2e792b1d9b2eb608530f (patch)
tree70994089fc2b54f0818656e95c6efc3b00ed557c /utils
parent0884b19adadae9112acb590b06fe242c24622da3 (diff)
v4l2-ctl: fix meta type issues
- add --help-meta option to the usage message - remove not-implemented metadata output options (this doesn't yet exist). Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/v4l2-ctl/v4l2-ctl-common.cpp1
-rw-r--r--utils/v4l2-ctl/v4l2-ctl-meta.cpp11
2 files changed, 1 insertions, 11 deletions
diff --git a/utils/v4l2-ctl/v4l2-ctl-common.cpp b/utils/v4l2-ctl/v4l2-ctl-common.cpp
index 46451f45..8256cbd9 100644
--- a/utils/v4l2-ctl/v4l2-ctl-common.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl-common.cpp
@@ -70,6 +70,7 @@ void common_usage(void)
" -h, --help display this help message\n"
" --help-all all options\n"
" --help-io input/output options\n"
+ " --help-meta metadata format options\n"
" --help-misc miscellaneous options\n"
" --help-overlay overlay format options\n"
" --help-sdr SDR format options\n"
diff --git a/utils/v4l2-ctl/v4l2-ctl-meta.cpp b/utils/v4l2-ctl/v4l2-ctl-meta.cpp
index 98182fd0..42774305 100644
--- a/utils/v4l2-ctl/v4l2-ctl-meta.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl-meta.cpp
@@ -29,17 +29,6 @@ void meta_usage(void)
" --try-fmt-meta <f> try the metadata capture format [VIDIOC_TRY_FMT]\n"
" parameter is either the format index as reported by\n"
" --list-formats-meta-cap, or the fourcc value as a string\n"
- " --list-formats-meta-out\n"
- " display supported metadata output formats [VIDIOC_ENUM_FMT]\n"
- " --get-fmt-meta-out query the metadata output format [VIDIOC_G_FMT]\n"
- " --set-fmt-meta-out <f>\n"
- " set the metadata output format [VIDIOC_S_FMT]\n"
- " parameter is either the format index as reported by\n"
- " --list-formats-meta-out, or the fourcc value as a string\n"
- " --try-fmt-meta-out <f>\n"
- " try the metadata output format [VIDIOC_TRY_FMT]\n"
- " parameter is either the format index as reported by\n"
- " --list-formats-meta-out, or the fourcc value as a string\n"
);
}

Privacy Policy