[0/2] ipa: Add support for the Sony IMX283 Camera Sensor.
mbox series

Message ID 20240319151121.561588-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • ipa: Add support for the Sony IMX283 Camera Sensor.
Related show

Message

Kieran Bingham March 19, 2024, 3:11 p.m. UTC
The IMX283 is a diagonal 15.86 mm (Type 1) CMOS image sensor with a color
square pixel array and approximately 20.30 M effective pixels. 12-bit digital
output makes it possible to output the signals of approximately 20.30 M
effective pixels with high definition for shooting still pictures

None of the test patterns exposed by the IMX283 match well to the
existing definitions of a test pattern in libcamera. Even the colour
bars do not match in a compatible way to the libcamera description, and
there are three solid color variants. As there is no clear definition,
these are left unimplemented. Future developments can consider how we
will better handle test patterns in general.

Kieran Bingham (1):
  libcamera: libipa: camera_sensor: Add Sony IMX283 sensor properties

Will Whang (1):
  ipa: rpi: Add IMX283 support

 src/ipa/libipa/camera_sensor_helper.cpp       |  11 +
 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              | 320 ++++++++++++++++++
 src/ipa/rpi/vc4/data/meson.build              |   1 +
 .../sensor/camera_sensor_properties.cpp       |   4 +
 6 files changed, 410 insertions(+)
 create mode 100644 src/ipa/rpi/cam_helper/cam_helper_imx283.cpp
 create mode 100644 src/ipa/rpi/vc4/data/imx283.json