Skip to content

Releases: raspberrypi/libcamera

v0.3.2+rpt20241119

19 Nov 12:15
Compare
Choose a tag to compare
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

12 Nov 11:39
Compare
Choose a tag to compare
RASPBERRYPI ONLY: Use meson from pip when generating orig tarball

v0.3.2+rpt20240927

27 Sep 07:09
Compare
Choose a tag to compare
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

06 Sep 14:02
Compare
Choose a tag to compare
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

29 Aug 15:22
Compare
Choose a tag to compare
RASPBERRYPI ONLY: Use meson from pip when generating orig tarball

v0.3.0+rpt20240617

17 Jun 09:47
Compare
Choose a tag to compare
RASPBERRYPI ONLY: Update README to follow Raspberry Pi documentation

v0.2.0+rpt20240418

18 Apr 13:19
Compare
Choose a tag to compare
RASPBERRYPI ONLY: Add a Github workflow to generate release tarballs

v0.2.0+rpt20240215

15 Feb 14:55
Compare
Choose a tag to compare
RASPBERRYPI ONLY: Add a Github workflow to generate release tarballs

v0.1.0+rpt20231122

22 Nov 14:12
Compare
Choose a tag to compare
RASPBERRYPI ONLY: Add a Github workflow to generate release tarballs