Skip to content

Commit

Permalink
Merge branch 'raspberry-pi-camera:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rf152 authored Oct 4, 2023
2 parents bf73c0b + 6f55df3 commit a623dfe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,19 @@ this software**
Raspberry Pi 3b+ = ~600ms
Raspberry Pi 4b (4GB Model Tested) = ~200ms

## Getting started
## Getting started - pre-compiled

Against the latest relase there are three files you need:

- raspindi-${arch}
- libndioutput-${arch}.so
- libndi-${arch}.tar.gz

You will need to download the config file: `wget -o /etc/raspindi.conf https://raw.githubusercontent.com/raspberry-pi-camera/raspindi/main/etc/raspindi.conf.default`

Put the two sets of libraries in /usr/lib, and the raspindi binary somewhere in your PATH (eg /usr/local/bin), and run it

## Getting started - compile your own

These intructions are for a clean installation of
[Raspberry Pi OS](https://www.raspberrypi.org/software/).
Expand Down Expand Up @@ -90,6 +102,9 @@ works well.

# Changelog

## v3.0.2
Moved to using ndi 5.

## v3.0.0
Changed to using libcamera rather than MMAL directly; MMAL will not be supported in Raspberry Pi OS after
the current release
Expand Down
2 changes: 1 addition & 1 deletion latest-stable
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
3.0.2

0 comments on commit a623dfe

Please sign in to comment.