[v2,2/3] ipa: rpi: cam_helper: Register OV9782
diff mbox series

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

Commit Message

Mathias April 26, 2026, 12:25 p.m. UTC
The OV9782 can share the OV9281 camera helper. Register the
OV9782 sensor name with the existing helper so the Raspberry Pi
IPA code can instantiate it.

Signed-off-by: Mathias <mathias@pepservices.com>
---
 src/ipa/rpi/cam_helper/cam_helper_ov9281.cpp | 1 +
 1 file changed, 1 insertion(+)

Patch
diff mbox series

diff --git a/src/ipa/rpi/cam_helper/cam_helper_ov9281.cpp b/src/ipa/rpi/cam_helper/cam_helper_ov9281.cpp
index e93a4691..f3ef05f4 100644
--- a/src/ipa/rpi/cam_helper/cam_helper_ov9281.cpp
+++ b/src/ipa/rpi/cam_helper/cam_helper_ov9281.cpp
@@ -52,3 +52,4 @@  static CamHelper *create()
 }
 
 static RegisterCamHelper reg("ov9281", &create);
+static RegisterCamHelper reg9782("ov9782", &create);