Releases: raspberry-pi-camera/raspindi
v3.0.4
Version 3.0.3
Version 3.0.2
Added back in neopixel code
Version 3.0.1
This release includes updated NDI libraries and other background fixes
Version 3.0.0
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
Version 2.0.1
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
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
Upgraded NDI version to v4.6.2
Version 1.1.0
Moved from OpenCV processing to manually adding the alpha channel (slight improvement in performance)