[PATCH v1 0/2] Raspberrypi: Add support for IMX283

Naushir Patuck naush at raspberrypi.com
Wed Aug 7 11:34:47 CEST 2024


[This change supersedes my earlier series for IMX585 support]

Hi,

This patch series, authored by Will Wang at https://github.com/raspberrypi/libcamera/pull/161,
adds support for the IMX283 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 IMX283 support

 src/ipa/rpi/cam_helper/cam_helper_imx283.cpp |  73 +++++
 src/ipa/rpi/cam_helper/meson.build           |   1 +
 src/ipa/rpi/vc4/data/imx283.json             | 313 +++++++++++++++++++
 src/ipa/rpi/vc4/data/meson.build             |   1 +
 src/libcamera/bayer_format.cpp               |   2 +
 src/libcamera/formats.cpp                    |  10 +
 src/libcamera/formats.yaml                   |   3 +
 src/libcamera/v4l2_pixelformat.cpp           |   2 +
 8 files changed, 405 insertions(+)
 create mode 100644 src/ipa/rpi/cam_helper/cam_helper_imx283.cpp
 create mode 100644 src/ipa/rpi/vc4/data/imx283.json

-- 
2.34.1



More information about the libcamera-devel mailing list