[v2,0/3] Add OV9782 sensor support
mbox series

Message ID 20260426122507.2277096-1-mathias@pepservices.com
Headers show
Series
  • Add OV9782 sensor support
Related show

Message

Mathias April 26, 2026, 12:25 p.m. UTC
Add support for the OmniVision OV9782 sensor in libcamera.

The series adds static sensor properties, registers OV9782 with the
Raspberry Pi OV9281 camera helper, and installs OV9782 tuning files for
both the Raspberry Pi VC4 and PiSP IPA pipelines.

Changes in v2:
- Add Raspberry Pi VC4 and PiSP IPA tuning files for OV9782.
- Install the new tuning files through the corresponding Meson data
  file lists.

Mathias (3):
  libcamera: camera_sensor_properties: Add OV9782
  ipa: rpi: cam_helper: Register OV9782
  ipa: rpi: Add OV9782 tuning files

 src/ipa/rpi/cam_helper/cam_helper_ov9281.cpp  |    1 +
 src/ipa/rpi/pisp/data/meson.build             |    1 +
 src/ipa/rpi/pisp/data/ov9782.json             | 8785 +++++++++++++++++
 src/ipa/rpi/vc4/data/meson.build              |    1 +
 src/ipa/rpi/vc4/data/ov9782.json              | 2168 ++++
 .../sensor/camera_sensor_properties.cpp       |   11 +
 6 files changed, 10967 insertions(+)
 create mode 100644 src/ipa/rpi/pisp/data/ov9782.json
 create mode 100644 src/ipa/rpi/vc4/data/ov9782.json