mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Block out RPi as util is not currently available
This commit is contained in:
parent
2e1958a20b
commit
beb8229e4d
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user