*: fix spelling mistakes (#8072)

This commit is contained in:
CleanMachine1
2022-05-04 17:12:15 +00:00
committed by GitHub
parent 2eefbce0c1
commit c2a5c86033
9 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
`v4l2-ctl --all --device {{path/to/video_device}}`
- Capture a JPEG photo with a specfic resolution from video device:
- Capture a JPEG photo with a specific resolution from video device:
`v4l2-ctl --device {{path/to/video_device}} --set-fmt-video=width={{width}},height={{height}},pixelformat=MJPG --stream-mmap --stream-to={{path/to/output.jpg}} --stream-count=1`