Skip to content

Commit

Permalink
Fix pi instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Nov 8, 2023
1 parent cf8a54d commit 918d1f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ You can view more platform specific details at [JETSON.md](./doc/JETSON.md) and

_Note: On a Raspberry Pi, you must install GStreamer plugins before running the module._

_WARNING: There is a known issue for Debian Bookworm due to changes in the libcamerasrc plugin._

```bash
sudo apt install libgstreamer-plugins-base1.0-dev
sudo apt install libcamera0 gstreamer1.0-x gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
```

See [registry-app-config.json](./etc/registry-app-config.json) for how to configure with csi-cam appimage from registry.
Expand Down
4 changes: 2 additions & 2 deletions doc/PI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

### Dependencies

On a Raspberry Pi, you must install GStreamer plugins before running the module.
On a Raspberry Pi, you must install GStreamer and plugins before running the module.

```bash
sudo apt install libgstreamer-plugins-base1.0-dev
sudo apt install libcamera0 gstreamer1.0-x gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
```

### Camera Attributes
Expand Down

0 comments on commit 918d1f3

Please sign in to comment.