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>
pull/23/head
Managor 2023-07-14 07:07:18 +03:00 committed by GitHub
parent abf00dc56e
commit 0fe192206d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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}}`