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:
committed by
Kieran Bingham
parent
b9923747ad
commit
6290deea02
@@ -131,4 +131,5 @@ interface IPARPiEventInterface {
|
||||
embeddedComplete(uint32 bufferId);
|
||||
setIspControls(libcamera.ControlList controls);
|
||||
setDelayedControls(libcamera.ControlList controls, uint32 delayContext);
|
||||
setLensControls(libcamera.ControlList controls);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user