Explorar o código

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 <kbdharunkrishna@gmail.com>
Managor hai 1 ano
pai
achega
0fe192206d
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      pages/linux/v4l2-ctl.md

+ 5 - 1
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}}`