[PATCH v2 0/4] Add support for Sony IMX327 and IMX462 sensors
Geoffrey Van Landeghem
geoffrey.vl at gmail.com
Mon Nov 18 23:53:06 CET 2024
Hi,
This patch-set comes as part of an ongoing effort to support Sony IMX327 and IMX462 sensors better in the linux kernel.
For the kernel, following changes are proposed upstream:
https://lore.kernel.org/linux-media/20241114-media-imx290-imx462-v1-0-c538a2e24786@raspberrypi.com/
Also discussed here:
https://github.com/raspberrypi/linux/pull/5859
After those changes have been applied, the 2 Starvis sensors will no longer be identied by libcamera as a IMX290 and therefore require this patch-set to work correctly.
Thanks,
Geoffrey
Geoffrey Van Landeghem (4):
libcamera: libipa: camera_sensor: Provide CameraSensorHelper and
CameraSensorProperties for the Sony IMX462 image sensor.
ipa: rpi: cam_helper: Add Sony IMX327
ipa: raspberrypi: Add tuning file for IMX462 sensor
ipa: raspberrypi: Add tuning file for IMX327 sensor
src/ipa/libipa/camera_sensor_helper.cpp | 5 +
src/ipa/rpi/cam_helper/cam_helper_imx290.cpp | 2 +
src/ipa/rpi/vc4/data/imx327.json | 215 ++++++++++++++++++
src/ipa/rpi/vc4/data/imx462.json | 215 ++++++++++++++++++
src/ipa/rpi/vc4/data/meson.build | 2 +
.../sensor/camera_sensor_properties.cpp | 4 +
6 files changed, 443 insertions(+)
create mode 100644 src/ipa/rpi/vc4/data/imx327.json
create mode 100644 src/ipa/rpi/vc4/data/imx462.json
--
2.43.0
More information about the libcamera-devel
mailing list