libcamera: camera_sensor: Demote flip support message to Debug
The CameraSensor::validateSensorDriver() function prints a Warning message when the camera sensor doesn't support flips. We don't mandate flip support and can run without it without any problem, so a warning is too harsh. Demote it to a Debug message. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
@@ -261,7 +261,7 @@ int CameraSensor::validateSensorDriver()
|
||||
supportFlips_ = true;
|
||||
|
||||
if (!supportFlips_)
|
||||
LOG(CameraSensor, Warning)
|
||||
LOG(CameraSensor, Debug)
|
||||
<< "Camera sensor does not support horizontal/vertical flip";
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user