mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-11 10:57:38 +03:00
The psutil library reads the process commandline as by opening /proc/pid/cmdline which returns a buffer that is larger than just the program cmdline due to rounded memory allocation sizes. That means that if the library does not detect a Null-terminated string it keeps appending empty strings which add up as whitespaces when joined. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| audio.py | ||
| builtin.py | ||
| classification.py | ||
| config.py | ||
| downloader.py | ||
| file.py | ||
| image.py | ||
| media.py | ||
| model.py | ||
| object.py | ||
| process.py | ||
| rknn_converter.py | ||
| services.py | ||
| time.py | ||
| velocity.py | ||