Update branch of picamera2 in Sony IMX500 Doc (#18954)

This commit is contained in:
Lakshantha Dissanayake 2025-01-31 02:08:10 -08:00 committed by GitHub
parent dc286c3324
commit 46d155aa3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```