Ability to enable / disable motion detection via MQTT (#3117)

* Starting working on adding motion toggle

* Add all info to mqtt command

* Send motion to correct funs

* Update mqtt docs

* Fixes for contingencies

* format

* mypy

* Tweak behavior

* Fix motion breaking frames

* Fix bad logic in detect set

* Always set value for motion boxes
This commit is contained in:
Nicolas Mowen
2022-04-26 06:29:28 -06:00
committed by GitHub
parent b75929a846
commit 0a4d658c7f
6 changed files with 53 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ class CameraMetricsTypes(TypedDict):
detection_frame: Synchronized
ffmpeg_pid: Synchronized
frame_queue: Queue
motion_enabled: Synchronized
improve_contrast_enabled: Synchronized
process: Optional[Process]
process_fps: Synchronized