berfenger / cam2mqtt

Control IP cameras through MQTT reliably. Supports ONVIF (motion) and HTTP (reolink) control APIs.
Apache License 2.0
47 stars 3 forks source link

[Reolink] Implement continuous AI detection tracking #3

Closed berfenger closed 1 year ago

berfenger commented 2 years ago

Check cam AI detection state through GetAiState API calls doing periodic polling to send events to MQTT when AI detection state changes. Now this is done only while movement is detected using ONVIF motion events.

berfenger commented 1 year ago

Already implemented.