blakeblackshear.frigate/frigate/test
Josh Hawkins 27144eb0b9
Autotracker: Basic zooming and moves with velocity estimation (#7713)
* don't zoom if camera doesn't support it

* basic zooming

* make zooming configurable

* zooming docs

* optional zooming in camera status

* Use absolute instead of relative zooming

* increase edge threshold

* zoom considering object area

* bugfixes

* catch onvif zooming errors

* relative zooming option for dahua/amcrest cams

* docs

* docs

* don't make small movements

* remove old logger statement

* fix small movements

* use enum in config for zooming

* fix formatting

* empty move queue first

* clear tracked object before waiting for stop

* use velocity estimation for movements

* docs updates

* add tests

* typos

* recalc every 50 moves

* adjust zoom based on estimate box if calibrated

* tweaks for fast objects and large movements

* use real time for calibration and add info logging

* docs updates

* remove area scale

* Add example video to docs

* zooming font header size the same as the others

* log an error if a ptz doesn't report a MoveStatus

* debug logging for onvif service capabilities

* ensure camera supports ONVIF MoveStatus
2023-09-27 06:19:10 -05:00
..
__init__.py
const.py Http tests (#3350) 2022-06-30 07:53:46 -05:00
test_camera_pw.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
test_config.py Autotracker: Basic zooming and moves with velocity estimation (#7713) 2023-09-27 06:19:10 -05:00
test_copy_yuv_to_position.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
test_ffmpeg_presets.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
test_gpu_stats.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
test_http.py Refactor time filter (#7962) 2023-09-27 06:09:38 -05:00
test_object_detector.py Fix max_frames, improve stationary objects in masked areas (#6815) 2023-06-16 07:32:43 -05:00
test_record_retention.py Add tests for recordings retention and fix bug (#7183) 2023-07-16 13:07:15 -05:00
test_reduce_boxes.py
test_storage.py
test_video.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
test_yuv_region_2_rgb.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00