pageauc / speed-camera

A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.
Apache License 2.0
960 stars 169 forks source link

Warnings in startup log: "Unsupported V4L2 pixel format" #163

Open a113speederbot opened 5 months ago

a113speederbot commented 5 months ago

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 5 months ago

In most (programming code related) cases, warnings can be ignored. It could be that you need to update your camera drivers.