Block out RPi as util is not currently available

This commit is contained in:
Nick Mowen 2022-09-24 19:32:36 -06:00
parent 2e1958a20b
commit beb8229e4d

View File

@ -119,8 +119,8 @@ def get_gpu_stats(config: FrigateConfig) -> dict[str, str]:
if intel_usage: if intel_usage:
stats["intel-qsv"] = intel_usage stats["intel-qsv"] = intel_usage
elif "v4l2m2m" in args: elif "v4l2m2m" in args:
# RPi v4l2m2m # RPi v4l2m2m is currently not able to get usage stats
stats["rpi-v4l2m2m"] = {} pass
return stats return stats