diff options
author | Daniel Semkowicz <dse@thaumatec.com> | 2023-01-19 09:41:05 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2023-09-04 14:08:50 +0200 |
commit | 446647fb1d8161a74a59a7c6d127017ccdbeb3a5 (patch) | |
tree | 2dd819cad3597d9e3dfc8e9cd6fadc21c6798319 /include | |
parent | ae9bcb2155957da3b6324676d706a901acb8343f (diff) |
rkisp1: Add camera lens to PH and expose it to the IPA
Check in pipeline handler if camera lens exists, add expose its controls
to the IPA.
Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/ipa/rkisp1.mojom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcamera/ipa/rkisp1.mojom b/include/libcamera/ipa/rkisp1.mojom index 1009e970..bf6e9141 100644 --- a/include/libcamera/ipa/rkisp1.mojom +++ b/include/libcamera/ipa/rkisp1.mojom @@ -11,6 +11,7 @@ import "include/libcamera/ipa/core.mojom"; struct IPAConfigInfo { libcamera.IPACameraSensorInfo sensorInfo; libcamera.ControlInfoMap sensorControls; + libcamera.ControlInfoMap lensControls; }; interface IPARkISP1Interface { |