mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-27 10:52:11 +01:00
* Move to events package * Improve handling of external events * Handle external events in the event queue * Pass in event processor * Check event json * Fix json parsing and change defaults * Fix snapshot saving * Hide % score when not available * Correct docs and add json example * Save event png db * Adjust image * Formatting * Add catch for failure ending event * Add init to modules * Fix naming * Formatting * Fix http creation * fix test * Change to PUT and include response in docs * Add ability to set bounding box locations in snapshot * Support multiple box annotations * Cleanup docs example response Co-authored-by: Blake Blackshear <blake@frigate.video> * Cleanup docs wording Co-authored-by: Blake Blackshear <blake@frigate.video> * Store full frame for thumbnail * Formatting * Set thumbnail height to 175 * Formatting --------- Co-authored-by: Blake Blackshear <blake@frigate.video> |
||
|---|---|---|
| .. | ||
| comms | ||
| detectors | ||
| events | ||
| images | ||
| record | ||
| test | ||
| __init__.py | ||
| __main__.py | ||
| app.py | ||
| config.py | ||
| const.py | ||
| ffmpeg_presets.py | ||
| http.py | ||
| log.py | ||
| models.py | ||
| motion.py | ||
| mypy.ini | ||
| object_detection.py | ||
| object_processing.py | ||
| objects.py | ||
| output.py | ||
| plus.py | ||
| ptz.py | ||
| stats.py | ||
| storage.py | ||
| timeline.py | ||
| types.py | ||
| util.py | ||
| video.py | ||
| watchdog.py | ||