libcamera/utils/tuning/libtuning/modules/lux/__init__.py
Stefan Klug a783a90dec libtuning: Add module for lux calibration
For the lux algorithm, reference values get calculated based on a tuning
image taken at a known lux level. The reference data contains the mean Y
of the image, lux level, exposure time, gain and aperture. This module
calculates these values for insertion into the tuning file.

Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
2025-02-21 17:51:09 +01:00

6 lines
177 B
Python

# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (C) 2025, Ideas on Board
from libtuning.modules.lux.lux import Lux
from libtuning.modules.lux.rkisp1 import LuxRkISP1