Multiple image analysis from one event?
Posted: Fri Nov 01, 2024 12:18 pm
Hi All,
I was wondering if there was a way to do this already built in, or even if I could someone fire off multiple events with different image locations manually.
Basically I've spent about a year tweaking the the exact time the image used for ML analysis is taken and it's impossible to get it right. Like at night, a motion sensor light can activate the alarm, and the image used will be before the person comes into view. Soloution is to extend the delay, but during the day, that delay will be too long. Just a simple example.
What I would love to do is be able to set it so that it say, does 3 images, at 2 second intervals, and picks the first one where a relevant match is found. Is that possible?
If not, could I write say an intermediate python script or something to launch three instances with different image sampling times, or would that just break everything?
Thanks for reading!
I was wondering if there was a way to do this already built in, or even if I could someone fire off multiple events with different image locations manually.
Basically I've spent about a year tweaking the the exact time the image used for ML analysis is taken and it's impossible to get it right. Like at night, a motion sensor light can activate the alarm, and the image used will be before the person comes into view. Soloution is to extend the delay, but during the day, that delay will be too long. Just a simple example.
What I would love to do is be able to set it so that it say, does 3 images, at 2 second intervals, and picks the first one where a relevant match is found. Is that possible?
If not, could I write say an intermediate python script or something to launch three instances with different image sampling times, or would that just break everything?
Thanks for reading!