From 4f4769d6f01f9e8c2e195209de409702a97f5a0a Mon Sep 17 00:00:00 2001 From: Jason Huggins Date: Fri, 3 Nov 2023 09:08:58 -0500 Subject: [PATCH] '-e' should be '--encoder' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46674dcb5..b1ddfbd37 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Add `-e EDID=1` to set HDMI EDID before starting ustreamer. Use together with `- Example usage for the Raspberry Pi v3 camera (required `libcamerify` which is located in `libcamera-tools` on Raspbian): ``` $ sudo modprobe bcm2835-v4l2 -$ libcamerify ./ustreamer --host :: -e m2m-image +$ libcamerify ./ustreamer --host :: --encoder=m2m-image ``` For v2 camera you can use the same trick with `libcamerify` but enable legacy camera mode in `raspi-config`.