blakeblackshear.frigate/frigate/test
Nicolas Mowen e357715a8c
Ability to manually create events through the API (#3184)
* 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>
2023-05-19 05:16:11 -05:00
..
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
const.py
test_camera_pw.py Fix cleaning logs with rtsp in middle (#5800) 2023-03-21 17:21:37 -05:00
test_config.py Bug fixes (#6332) 2023-04-30 14:58:39 -05:00
test_copy_yuv_to_position.py
test_ffmpeg_presets.py Add specific presets for restream and record with audio (#5094) 2023-01-15 09:40:42 -06:00
test_gpu_stats.py Implement NVML for NVIDIA GPU Stats (#6359) 2023-05-04 18:02:01 -05:00
test_http.py Ability to manually create events through the API (#3184) 2023-05-19 05:16:11 -05:00
test_object_detector.py Convert detectors to factory pattern, ability to set different model for each detector (#4635) 2022-12-15 07:12:52 -06:00
test_reduce_boxes.py
test_storage.py Limit recording retention to available storage (#3942) 2022-10-09 06:28:26 -05:00
test_yuv_region_2_rgb.py