[libcamera-devel] [PATCH] ipa: rkisp1: Remove unused algorithms includes from rkisp1.cpp

Daniel Semkowicz dse at thaumatec.com
Tue Aug 9 15:08:06 CEST 2022


Algorithms are now created dynamically basing on tuning file, so there
is no longer dependency on specific algorithms.

Signed-off-by: Daniel Semkowicz <dse at thaumatec.com>
---
 src/ipa/rkisp1/rkisp1.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/ipa/rkisp1/rkisp1.cpp b/src/ipa/rkisp1/rkisp1.cpp
index 6cf4d169..17d42d38 100644
--- a/src/ipa/rkisp1/rkisp1.cpp
+++ b/src/ipa/rkisp1/rkisp1.cpp
@@ -27,10 +27,7 @@
 #include "libcamera/internal/mapped_framebuffer.h"
 #include "libcamera/internal/yaml_parser.h"
 
-#include "algorithms/agc.h"
 #include "algorithms/algorithm.h"
-#include "algorithms/awb.h"
-#include "algorithms/blc.h"
 #include "libipa/camera_sensor_helper.h"
 
 #include "ipa_context.h"
-- 
2.34.1



More information about the libcamera-devel mailing list