mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 17:15:07 +03:00
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:
parent
e72b121d65
commit
fb344abda9
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue