I am using Ring Door Bell component along with ffmpeg component in Home assistant.
I want to identify the visitor using image processing component ( i have both Facebox & Tensor flow installed in docker & configured in HA)
I want to do Image processing as soon as Ring Door bell detects motion -> Captures the image once motion detected -> Compare the image with Facial regognition data base -> Give customised notification based on idenetified person.
How do i do that?
Please help