summaryrefslogtreecommitdiff
path: root/src/ipa/libipa/algorithms/af_hill_climbing.cpp
AgeCommit message (Collapse)Author
2022-07-14ipa: Add class that implements base AF control algorithmDaniel Semkowicz via libcamera-devel
Move the code that was common for IPU3 and RPi AF algorithms to a separate class independent of platform specific code. This way each platform can just implement contrast calculation and run the AF control loop basing on this class. Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>