You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This integration is getting very complex and reimplements a lot of functionality in https://github.com/robmarkcole/HASS-Deepstack-object I am thinking now that the scope of the object detection integrations such as this and deepstack-object should be limited to performing object detection, saving basic snapshots and firing events. Then a separate integration or tool/addon should consume the events and apply all the filtering rules on ROI, confidence, and object class. This tool would have a dedicated visual UI for drawing ROI, selecting targets from drop down list, etc. For flexibility MQTT could be used so this tool is not necessarily tied to HA. Probably an automation can be used to forward object_detected events to an MQTT topic. Perhaps https://github.com/blakeblackshear/frigate can be used?
The text was updated successfully, but these errors were encountered:
robmarkcole
changed the title
Create dedicated integration/tool for monitoring the object_detected events
Create or adapt dedicated tool for monitoring the object_detected events
Feb 10, 2021
This integration is getting very complex and reimplements a lot of functionality in https://github.com/robmarkcole/HASS-Deepstack-object I am thinking now that the scope of the object detection integrations such as this and deepstack-object should be limited to performing object detection, saving basic snapshots and firing events. Then a separate integration or tool/addon should consume the events and apply all the filtering rules on ROI, confidence, and object class. This tool would have a dedicated visual UI for drawing ROI, selecting targets from drop down list, etc. For flexibility MQTT could be used so this tool is not necessarily tied to HA. Probably an automation can be used to forward
object_detected
events to an MQTT topic. Perhaps https://github.com/blakeblackshear/frigate can be used?The text was updated successfully, but these errors were encountered: