Face recognition without frigate / constant stream possible?

Hi everybody,

I am trying to do something, but I can’t find a way to do it! I tried using frigate with my reolink doorbell, but this is rather resource intensive (and complicated).
What I would love to do is: have HomeAssistant take a picture whenever reolink detects a person (the camera does this and the integration can catch it, so there would be no need for motion detection in frigate).
I would like to have home assistant feed the picture(s) to deepstack or another face recognition software and then send me a notification with a picture and “[person] is at the door”.
Is this possible or do I have to use constant streaming to frigate with all the detection and stuff?

Frigate detect person without motion. This is TPU or GPU so shouldn’t be huge impact.

No. You can just use motion detection and snapshot on motion but motion detection via image/camera is resource intense. If using GPU it may not be that bad

After that just send the image to deepstack or whatever