Face and person detection with Deepstack - local and free!

I have created a Node Red flow, inspired from TaperCrimps guide in Improving Blue Iris with Home Assistant, TensorFlow, and Pushover [SIMPLIFIED!]

My problem is that when motion is triggered the image scan in “Deepstack People Scan” does not use the image saved using the camera.snapshot in “Get picture from camera” it uses the picture that were created last time.

But if I after this manually push the timestamp trigger the image scan will use the picture that just were saved using the camera.snapshot service.

I have tried using a delay so that the file should have plenty of time to get saved to disk, but it did not change anything.

What could be wrong, and how should I change the flow?

I have installed Deepstack on a Hyper-v instant of Ubuntu with hass.io installed.