blakeblackshear.frigate/frigate/util
jrhelbert 7612c3ece0
Remove hardcoded usage of /dev/dri/card0 in call to intel_gpu_top (#18236)
Not everyone is using /dev/dri/card0. I recommend switching to these more generic parameters for intel_gpu_top_command (line 307 in the 0.16.0-beta2 version of services.py):
intel_gpu_top_command += ["-d", "sriov"]
2025-05-14 20:54:06 -06:00
..
__init__.py Custom classes for Process and Metrics (#13950) 2024-09-27 07:53:23 -05:00
builtin.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
config.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
downloader.py Fix facedet download (#15811) 2025-02-08 12:47:01 -06:00
image.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
model.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
object.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
path.py Improve Face Library Management (#17213) 2025-03-17 16:57:46 -05:00
process.py Added stop_event to util.Process (#14142) 2024-10-03 11:03:43 -06:00
services.py Remove hardcoded usage of /dev/dri/card0 in call to intel_gpu_top (#18236) 2025-05-14 20:54:06 -06:00
velocity.py Estimated object speed for zones (#16452) 2025-02-10 13:23:42 -07:00