From 89fd83bfc187ed592e9582be077fa1a005098532 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 28 Oct 2023 11:05:55 +0300 Subject: [PATCH] added info for v2 camera --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41f394647..46674dcb5 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ $ sudo modprobe bcm2835-v4l2 $ libcamerify ./ustreamer --host :: -e m2m-image ``` +For v2 camera you can use the same trick with `libcamerify` but enable legacy camera mode in `raspi-config`. Example usage for the Raspberry Pi v1 camera: ```