mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-15 00:19:44 +03:00
ipa: raspberrypi: Switch AgcAlgorithm API to use utils::Duration
Switch the AgcAlgorithm API functions to use utils::Duration for all time based variables. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
caa753179c
commit
2db8a767ca
4 changed files with 17 additions and 15 deletions
|
@ -77,9 +77,9 @@ public:
|
|||
void Resume() override;
|
||||
unsigned int GetConvergenceFrames() const override;
|
||||
void SetEv(double ev) override;
|
||||
void SetFlickerPeriod(double flicker_period) override;
|
||||
void SetMaxShutter(double max_shutter) override; // microseconds
|
||||
void SetFixedShutter(double fixed_shutter) override; // microseconds
|
||||
void SetFlickerPeriod(libcamera::utils::Duration flicker_period) override;
|
||||
void SetMaxShutter(libcamera::utils::Duration max_shutter) override;
|
||||
void SetFixedShutter(libcamera::utils::Duration fixed_shutter) override;
|
||||
void SetFixedAnalogueGain(double fixed_analogue_gain) override;
|
||||
void SetMeteringMode(std::string const &metering_mode_name) override;
|
||||
void SetExposureMode(std::string const &exposure_mode_name) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue