From d9bb34eb406dccab5043967959f2c42fa2745203 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Mon, 11 Apr 2022 14:56:28 +0200 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 09e08fe..06d5eb8 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,27 @@ Depending on control they have to be used for camera, ISP, or JPEG or H264 codec ``` + + + + +## List all available formats and use proper one + +You might list all available capture formats for your camera: + +```bash +v4l2-ctl -d /dev/video0 --list-formats-ext +``` + +Some of them might be specified to streamer: + +```bash +./*_camera.sh -camera-format=RG10 # Bayer 10 packet +./*_camera.sh -camera-format=YUYV +./*_camera.sh -camera-format=MJPEG +./*_camera.sh -camera-format=H264 # This is unstable due to h264 key frames support +``` + ## License GNU General Public License v3.0