From 0fe192206da6ca42f4f6a99802e082d9f263bfde Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 14 Jul 2023 07:07:18 +0300 Subject: [PATCH] v4l2-ctl: update page (#10464) * v4l2-ctl: update page Changed one of the video device filepaths to relative and added a new entry for setting a value. --------- Co-authored-by: K.B.Dharun Krishna --- pages/linux/v4l2-ctl.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/linux/v4l2-ctl.md b/pages/linux/v4l2-ctl.md index 5cf4308fe..2586bb5a7 100644 --- a/pages/linux/v4l2-ctl.md +++ b/pages/linux/v4l2-ctl.md @@ -29,4 +29,8 @@ - List all video device's controls and their values: -`v4l2-ctl --list-ctrls --device {{/path/to/video_device}}` +`v4l2-ctl --list-ctrls --device {{path/to/video_device}}` + +- Set the value of a video device control: + +`v4l2-ctl --device {{path/to/video_device}} --set-ctrl={{control_name}}={{value}}`