[0/2] Add OV9782 sensor support
mbox series

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

Message

Mathias April 26, 2026, 12:08 p.m. UTC
Add basic support for the OmniVision OV9782 sensor by defining its
camera sensor properties and registering it with the Raspberry Pi
OV9281 camera helper.

The OV9782 uses the same helper behaviour as OV9281 for the Raspberry
Pi IPA path.

Mathias (2):
  libcamera: camera_sensor_properties: Add OV9782
  ipa: rpi: cam_helper: Register OV9782

 src/ipa/rpi/cam_helper/cam_helper_ov9281.cpp      |  1 +
 src/libcamera/sensor/camera_sensor_properties.cpp | 11 +++++++++++
 2 files changed, 12 insertions(+)