From 46d155aa3b97f0e3a3f211222d8f7efbea632f7a Mon Sep 17 00:00:00 2001 From: Lakshantha Dissanayake Date: Fri, 31 Jan 2025 02:08:10 -0800 Subject: [PATCH] Update branch of `picamera2` in Sony IMX500 Doc (#18954) --- docs/en/integrations/sony-imx500.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/integrations/sony-imx500.md b/docs/en/integrations/sony-imx500.md index facd849c..ea0d70de 100644 --- a/docs/en/integrations/sony-imx500.md +++ b/docs/en/integrations/sony-imx500.md @@ -158,7 +158,7 @@ The above will generate a `network.rpk` file inside the specified output folder. Step 2: Clone `picamera2` repository, install it and navigate to the imx500 examples ```bash -git clone -b next https://github.com/raspberrypi/picamera2 +git clone https://github.com/raspberrypi/picamera2 cd picamera2 pip install -e . --break-system-packages cd examples/imx500 @@ -319,7 +319,7 @@ After exporting to IMX500 format: 2. Clone and install picamera2: ```bash - git clone -b next https://github.com/raspberrypi/picamera2 + git clone https://github.com/raspberrypi/picamera2 cd picamera2 && pip install -e . --break-system-packages ```