robmarkcole / HASS-Deepstack-object

Home Assistant custom component for using Deepstack object detection
https://community.home-assistant.io/t/face-and-person-detection-with-deepstack-local-and-free/92041
MIT License
439 stars 98 forks source link

How does one use the new multiple target feature? #106

Closed ksheyman closed 4 years ago

ksheyman commented 4 years ago

So I apologize if this is something simple or already covered but I just can't figure it out. How does one make use of the new multiple target feature? It does not create a new entity for the additional targets so where does that data go? When I read about this in the release notes I assumed that each new target would create a new image_processing entity. Is the only way to use this feature to listen for the deepstack.object_detected event and parse it out? If so, what does that feature do that wasn't already possible?

robmarkcole commented 4 years ago

Ive updated the readme to make the usage clearer