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

Kieran Bingham kieran.bingham at ideasonboard.com
Tue Aug 9 15:24:48 CEST 2022


Quoting Daniel Semkowicz via libcamera-devel (2022-08-09 14:08:06)
> Algorithms are now created dynamically basing on tuning file, so there
> is no longer dependency on specific algorithms.
> 


Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> 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