Skip to content

Releases: raspberrypi/libcamera

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 <[email protected]>

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 <[email protected]>

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