blakeblackshear.frigate/frigate
Sergey Krashevich 0fcfcb85ab
Implement NVML for NVIDIA GPU Stats (#6359)
* nvml

* black...black...black...

* small fix for avoid errors on strange GPUs and old drivers

* fix type errors

* fix type errors

* fix unittest process crash

where the tests for tests?..

* it's impossible to mock low-level library

* fix double % for other GPU types

* remove space before gpu statistic values
2023-05-04 18:02:01 -05:00
..
comms Move recording management to separate process (#6248) 2023-04-26 07:25:26 -06:00
detectors add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
images
record Replace subprocess usage with os module for better performance and maintainability (#6298) 2023-05-01 21:22:35 -05:00
test Implement NVML for NVIDIA GPU Stats (#6359) 2023-05-04 18:02:01 -05:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py
app.py Refactor Process Stats and Bugfixes (#6344) 2023-05-04 17:58:59 -05:00
config.py add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
const.py add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
events.py Refactor events to be more generic (#6320) 2023-04-30 12:07:14 -05:00
ffmpeg_presets.py
http.py Increase maximum event sub_label length to 100 characters (#6350) 2023-05-04 17:59:44 -05:00
log.py Support Controlling PTZ Cameras Via WebUI (#4715) 2023-04-26 06:08:53 -05:00
models.py Increase maximum event sub_label length to 100 characters (#6350) 2023-05-04 17:59:44 -05:00
motion.py Migrate away from deprecated np.float (#5898) 2023-04-16 07:13:33 -05:00
mypy.ini update deps (#6093) 2023-04-15 14:17:59 -05:00
object_detection.py
object_processing.py Refactor events to be more generic (#6320) 2023-04-30 12:07:14 -05:00
objects.py cleanup print statements 2022-04-16 09:08:10 -05:00
output.py Add option to have cameras sorted inside the Birdseye stream (#5450) 2023-04-26 19:29:01 -05:00
plus.py add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
ptz.py Support Controlling PTZ Cameras Via WebUI (#4715) 2023-04-26 06:08:53 -05:00
stats.py Implement NVML for NVIDIA GPU Stats (#6359) 2023-05-04 18:02:01 -05:00
storage.py update deps (#6093) 2023-04-15 14:17:59 -05:00
timeline.py Refactor events to be more generic (#6320) 2023-04-30 12:07:14 -05:00
types.py Refactor Process Stats and Bugfixes (#6344) 2023-05-04 17:58:59 -05:00
util.py Implement NVML for NVIDIA GPU Stats (#6359) 2023-05-04 18:02:01 -05:00
video.py Edit dsize order (#6172) 2023-04-22 21:38:58 -05:00
watchdog.py