[libcamera-devel] [PATCH] libcamera: ipu3: Use log categories

Niklas Söderlund niklas.soderlund at ragnatech.se
Tue Jan 22 14:43:23 CET 2019


Hi Jacopo,

Thanks for your work.

On 2019-01-22 14:31:42 +0100, Jacopo Mondi wrote:
> Log the IPU3 pipeline using IPU3 log category
> 
> Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>

Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>

> ---
>  src/libcamera/pipeline/ipu3/ipu3.cpp | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp
> index daf681c..8cbc10a 100644
> --- a/src/libcamera/pipeline/ipu3/ipu3.cpp
> +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp
> @@ -18,6 +18,8 @@
> 
>  namespace libcamera {
> 
> +LOG_DEFINE_CATEGORY(IPU3)
> +
>  class PipelineHandlerIPU3 : public PipelineHandler
>  {
>  public:
> @@ -172,9 +174,10 @@ void PipelineHandlerIPU3::registerCameras(CameraManager *manager)
>  		std::shared_ptr<Camera> camera = Camera::create(cameraName);
>  		manager->addCamera(std::move(camera));
> 
> -		LOG(Info) << "Registered Camera[" << numCameras << "] \""
> -			  << cameraName << "\""
> -			  << " connected to CSI-2 receiver " << id;
> +		LOG(IPU3, Info)
> +			<< "Registered Camera[" << numCameras << "] \""
> +			<< cameraName << "\""
> +			<< " connected to CSI-2 receiver " << id;
> 
>  		numCameras++;
>  	}
> --
> 2.20.1
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

-- 
Regards,
Niklas Söderlund


More information about the libcamera-devel mailing list