libcamera/src
Kieran Bingham bf7226f4c4 libcamera: v4l2_videodevice: Reduce zero sequence warning log level
The V4L2VideoDevice ensures that all sequence numbers for applications
commence at zero from the libcamera perspective. This should be the
behaviour expected by kernel drivers, but this is not always the case.

This is handled internally to ensure consistency, and a warning is
printed if the device does not start from zero. It was expected that the
Warning would help highlight where kernel drivers should be fixed, but
this has led to several false positive reports of failures where people
have been concerned that this warning is a cause for unrelated issues.

Lower the log level print to 'Info', to reduce the apparent severity of
this warning. Info is likely more appropriate that Debug to continue to
facilitate awareness of kernel drivers that could be improved, while not
appearing to be a fault.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2022-11-14 11:03:32 +00:00
..
android android: libcamera: add useful debug prints 2022-10-28 12:03:58 +01:00
apps apps: Share common source between applications 2022-10-24 23:11:37 +03:00
gstreamer gstreamer: Provide framerate support for libcamerasrc 2022-11-12 00:15:05 +05:30
ipa ipa: rkisp1: Add rudimentary LSC tables for imx219 2022-11-12 17:32:50 +09:00
libcamera libcamera: v4l2_videodevice: Reduce zero sequence warning log level 2022-11-14 11:03:32 +00:00
py py: Support controls that are ControlTypeNone 2022-09-30 23:12:05 +03:00
v4l2 v4l2: v4l2_camera: Apply clang thread safety annotation 2022-11-11 16:25:47 +05:30
meson.build Move test applications to src/apps/ 2022-10-20 13:36:25 +03:00