[libcamera-devel] [PATCH v2.2] fixup! ipa: ipu3: agc: Introduce lineDuration in IPASessionConfiguration

Jean-Michel Hautbois jeanmichel.hautbois at ideasonboard.com
Thu Feb 10 12:39:47 CET 2022


---
 src/ipa/ipu3/ipu3.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/ipa/ipu3/ipu3.cpp b/src/ipa/ipu3/ipu3.cpp
index 0a5b4621..b137c66c 100644
--- a/src/ipa/ipu3/ipu3.cpp
+++ b/src/ipa/ipu3/ipu3.cpp
@@ -295,7 +295,6 @@ int IPAIPU3::init(const IPASettings &settings,
 	/* Clean context */
 	context_ = {};
 	context_.configuration.sensor.lineDuration = sensorInfo.lineLength * 1.0s / sensorInfo.pixelRate;
-	LOG(IPAIPU3, Error) << "Line duration in init(): " << context_.configuration.sensor.lineDuration;
 
 	/* Construct our Algorithms */
 	algorithms_.push_back(std::make_unique<algorithms::Agc>());
@@ -461,7 +460,6 @@ int IPAIPU3::configure(const IPAConfigInfo &configInfo,
 	calculateBdsGrid(configInfo.bdsOutputSize);
 
 	context_.configuration.sensor.lineDuration = sensorInfo_.lineLength * 1.0s / sensorInfo_.pixelRate;
-	LOG(IPAIPU3, Error) << "Line duration in configure(): " << context_.configuration.sensor.lineDuration;
 
 	/* Update the camera controls using the new sensor settings. */
 	updateControls(sensorInfo_, ctrls_, ipaControls);
-- 
2.32.0



More information about the libcamera-devel mailing list