diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/ipa/vimc.mojom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcamera/ipa/vimc.mojom b/include/libcamera/ipa/vimc.mojom index e3b14e38..e5ac3609 100644 --- a/include/libcamera/ipa/vimc.mojom +++ b/include/libcamera/ipa/vimc.mojom @@ -37,7 +37,7 @@ interface IPAVimcInterface { * handle parameters at runtime. */ [async] fillParams(uint32 frame, uint32 bufferId); - [async] processControls(uint32 frame, libcamera.ControlList controls); + [async] queueRequest(uint32 frame, libcamera.ControlList controls); }; interface IPAVimcEventInterface { |