Warnings in startup log: "Unsupported V4L2 pixel format"
Closed this issue · 2 comments
a113speederbot commented
Hi,
If I have LOG_VERBOSE_ON = True
I get these warnings on startup. Are these something I need to address?
[26:07:44.734741389] [4849] WARN V4L2 v4l2_pixelformat.cpp:338 Unsupported V4L2 pixel format Y16 [26:07:44.734842351] [4849] WARN V4L2 v4l2_pixelformat.cpp:338 Unsupported V4L2 pixel format RGB6 [26:07:44.734880814] [4849] WARN V4L2 v4l2_pixelformat.cpp:338 Unsupported V4L2 pixel format BGR6 [26:07:44.734927166] [4849] WARN V4L2 v4l2_pixelformat.cpp:338 Unsupported V4L2 pixel format PC1M
Thanks!
SamDecrock commented
In most (programming code related) cases, warnings can be ignored. It could be that you need to update your camera drivers.
a113speederbot commented
Thank you, @SamDecrock!