HASS-amazon-rekognition icon indicating copy to clipboard operation
HASS-amazon-rekognition copied to clipboard

Create or adapt dedicated tool for monitoring the object_detected events

Open robmarkcole opened this issue 5 years ago • 1 comments

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?

robmarkcole avatar Feb 10 '21 04:02 robmarkcole

Using mqtt_eventstream all events can be forwarded on MQTT and consumed by another program

robmarkcole avatar Feb 10 '21 04:02 robmarkcole