summaryrefslogtreecommitdiff
path: root/src/ipa/libipa/algorithms/meson.build
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>
2022-07-14ipa: Add base class defining AF algorithm interfaceDaniel Semkowicz via libcamera-devel
Define common interface with basic functions that should be supported by Auto Focus algorithms. Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>