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

pull/18959/head
Lakshantha Dissanayake 3 weeks ago committed by GitHub
parent dc286c3324
commit 46d155aa3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      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
```

Loading…
Cancel
Save