Skip to content

Commit

Permalink
'-e' should be '--encoder'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugs authored Nov 3, 2023
1 parent 89fd83b commit 4f4769d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 4f4769d

Please sign in to comment.