Releases: raspberrypi/libcamera
Releases · raspberrypi/libcamera
v0.3.2+rpt20241119
ipa: rpi: awb: Disable CT search bias for Grey World AWB If grey world AWB is setup in the tuning file, the CT curve will either be missing or invalid. Disable biasing the statistics for the search in such cases. Fixes: ea8fd63d936f ("ipa: rpi: awb: Add a bias to the AWB search") Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
v0.3.2+rpt20241112
RASPBERRYPI ONLY: Use meson from pip when generating orig tarball
v0.3.2+rpt20240927
ipa: rpi: Add support for the Sony IMX500 camera sensor Add a Sony IMX500 camera helper to the IPA. This also includes support for the on-chip CNN hardware accelerator and parsing of the neural network data stream returned in the metadata buffer. Add tuning files for both VC4 and PiSP platforms. Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
v0.3.1+rpt20240906
pipeline: rpi: Fix invalid access to CameraData::sensorInfo_ sensorInfo_ currently gets populated in configureIPA(), but is possibly referenced in platformConfigure() which is called first. Fix this by populating sensorInfo_ straight after configuring the sensor in configure(), ensuring the fields are valid in the call to platformConfigure(). Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
v0.3.1+rpt20240829
RASPBERRYPI ONLY: Use meson from pip when generating orig tarball
v0.3.0+rpt20240617
RASPBERRYPI ONLY: Update README to follow Raspberry Pi documentation
v0.2.0+rpt20240418
RASPBERRYPI ONLY: Add a Github workflow to generate release tarballs
v0.2.0+rpt20240215
RASPBERRYPI ONLY: Add a Github workflow to generate release tarballs
v0.1.0+rpt20231122
RASPBERRYPI ONLY: Add a Github workflow to generate release tarballs