Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create or adapt dedicated tool for monitoring the object_detected events #95

Open
robmarkcole opened this issue Feb 10, 2021 · 1 comment

Comments

@robmarkcole
Copy link
Owner

robmarkcole commented 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?

@robmarkcole 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
@robmarkcole
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant