mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 07:19:45 +03:00
In order to allow dynamic instantiation of algorithms based on tuning data files, add a mechanism to register algorithms with the IPA module. The implementation relies on an AlgorithmFactory class and a registration macro, similar to the pipeline handler registration mechanism. The main difference is that the algorithm registration and instantiation are implemented in the Module class instead of the AlgorithmFactory class, making the factory an internal implementation detail. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> |
||
---|---|---|
.. | ||
api-html | ||
guides | ||
theme | ||
coding-style.rst | ||
conf.py | ||
contributing.rst | ||
docs.rst | ||
Doxyfile.in | ||
environment_variables.rst | ||
getting-started.rst | ||
index.rst | ||
lens_driver_requirements.rst | ||
meson.build | ||
python-bindings.rst | ||
sensor_driver_requirements.rst |