mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-25 17:45:06 +03:00
ipa: mojom: raspberrypi: Add setLensControls() function
Add a setLensControls() function to the IPA/pipeline handler interface. This will be used in a future commit to control the lens actuator position from an autofocus algorithm. Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com> Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
b9923747ad
commit
6290deea02
2 changed files with 13 additions and 0 deletions
|
@ -131,4 +131,5 @@ interface IPARPiEventInterface {
|
|||
embeddedComplete(uint32 bufferId);
|
||||
setIspControls(libcamera.ControlList controls);
|
||||
setDelayedControls(libcamera.ControlList controls, uint32 delayContext);
|
||||
setLensControls(libcamera.ControlList controls);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue