[PATCH v1 0/2] Raspberrypi: Add support for IMX585
Naushir Patuck
naush at raspberrypi.com
Wed Aug 7 10:03:42 CEST 2024
Hi,
This patch series, authored by Will Wang at https://github.com/raspberrypi/libcamera/pull/161,
adds support for the IMX585 sensor.
I've made some minor formatting edits to the patches and commit messages, and
added the relevant sensor properties on top of his original patches.
The accompanying Pi 5 support for this sensor will be added to our downstream
tree for now, and will be merged upstream together with the rest of the Pi 5
changes.
Regards,
Naush
will whang (2):
libcamera: formats: Adding Support for Y12P
ipa: rpi: Adding IMX585 + IMX585-mono support
src/ipa/rpi/cam_helper/cam_helper_imx585.cpp | 75 ++++
src/ipa/rpi/cam_helper/meson.build | 1 +
src/ipa/rpi/vc4/data/imx585.json | 320 ++++++++++++++++++
src/ipa/rpi/vc4/data/imx585_mono.json | 180 ++++++++++
src/ipa/rpi/vc4/data/meson.build | 2 +
src/libcamera/bayer_format.cpp | 2 +
src/libcamera/formats.cpp | 10 +
src/libcamera/formats.yaml | 3 +
.../sensor/camera_sensor_properties.cpp | 4 +
src/libcamera/v4l2_pixelformat.cpp | 2 +
10 files changed, 599 insertions(+)
create mode 100644 src/ipa/rpi/cam_helper/cam_helper_imx585.cpp
create mode 100644 src/ipa/rpi/vc4/data/imx585.json
create mode 100644 src/ipa/rpi/vc4/data/imx585_mono.json
--
2.34.1
More information about the libcamera-devel
mailing list