Implement a minimal ccm calibration module. For now it doesn't take the results from lsc into account and supports rkisp1 only. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
6 lines
203 B
Python
6 lines
203 B
Python
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (C) 2024, Paul Elder <paul.elder@ideasonboard.com>
|
|
|
|
from libtuning.modules.ccm.ccm import CCM
|
|
from libtuning.modules.ccm.rkisp1 import CCMRkISP1
|