Skip to content

Releases: raspberry-pi-camera/raspindi

v3.0.4

07 Oct 21:06

Choose a tag to compare

Re-fixed neopixel, updated changelog

Version 3.0.3

17 Apr 12:11

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

Version 3.0.2

03 Jan 15:23
cb3ffbe

Choose a tag to compare

Added back in neopixel code

Version 3.0.1

16 Dec 16:10
bdfa99c

Choose a tag to compare

This release includes updated NDI libraries and other background fixes

Version 3.0.0

02 Mar 15:22
53dce26

Choose a tag to compare

This release moves from the broadcom proprietary method of capturing images to use libcamera. This is due to Raspberry Pi OS not supporting the "legacy" camera operation after buster. 64-bit is not supported at all on the legacy camera system.

Version 2.0.2

02 Mar 16:21
9703948

Choose a tag to compare

What's Changed

Version 2.0.1

19 May 13:34

Choose a tag to compare

This release introduces configuration parameters for various camera options.

Configuration parameters have a sane default to account for users not updating the configuration file.

Version 2.0.0

18 May 19:52
a5f8b4f

Choose a tag to compare

This version moves the capture into the main program, dispensing with the raspicam library. This, along with changing the colour mode to YUV, drastically improves the performance of the stream.

Version 1.1.1

18 May 16:31

Choose a tag to compare

Upgraded NDI version to v4.6.2

Version 1.1.0

10 Mar 09:07

Choose a tag to compare

Moved from OpenCV processing to manually adding the alpha channel (slight improvement in performance)