readme fix

This commit is contained in:
Devaev Maxim
2021-03-07 16:23:22 +03:00
parent 1187ace2a2
commit 89d3ed98c7
2 changed files with 13 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ v4l2 utilities provide the tools to manage USB webcam setting and information. S
* Read the current setting: `v4l2-ctl d /dev/video0 --get-ctrl=exposure_auto`.
* Change the setting value: `v4l2-ctl d /dev/video0 --set-ctrl=exposure_auto=1`.
[Here](https://www.kurokesu.com/main/2016/01/16/manual-usb-camera-settings-in-linux/) you can find more examples. Also see [`man v4l2-ctl`](https://www.mankier.com/1/v4l2-ctl).
[Here](https://www.kurokesu.com/main/2016/01/16/manual-usb-camera-settings-in-linux/) you can find more examples. Documentation is available in [`man v4l2-ctl`](https://www.mankier.com/1/v4l2-ctl).
-----
# See also