[PATCH 11/16] libcamera: software_isp: Drop a comment about DelayedControls

Milan Zamazal mzamazal at redhat.com
Mon Aug 12 13:50:00 CEST 2024


The comment is obsolete, that has already been done.

Signed-off-by: Milan Zamazal <mzamazal at redhat.com>
---
 src/libcamera/pipeline/simple/simple.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp
index 459f617b..ebead8f0 100644
--- a/src/libcamera/pipeline/simple/simple.cpp
+++ b/src/libcamera/pipeline/simple/simple.cpp
@@ -903,7 +903,6 @@ void SimpleCameraData::conversionOutputDone(FrameBuffer *buffer)
 
 void SimpleCameraData::ispStatsReady(uint32_t frame, uint32_t bufferId)
 {
-	/* \todo Use the DelayedControls class */
 	swIsp_->processStats(
 		frame, bufferId,
 		delayedCtrls_->get(frame));
-- 
2.44.1



More information about the libcamera-devel mailing list