Control video devices. More information: https://manned.org/v4l2-ctl.
v4l2-ctl --list-devices
/dev/video0
:v4l2-ctl --list-formats-ext
v4l2-ctl --list-formats-ext --device {{path/to/video_device}}
v4l2-ctl --all --device {{path/to/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
v4l2-ctl --device {{path/to/video_device}} --set-fmt-video=width={{width}},height={{height}},pixelformat={{format}} --stream-mmap --stream-to={{path/to/output}} --stream-count={{number_of_frames_to_capture}}
v4l2-ctl --list-ctrls --device {{/path/to/video_device}}