Description
At the moment one set of detection settings and events is allowed per video input.
It would be nice and much more flexible if one could specify sets of settings and events
so one set has settings with:
- threshold 500
- other options ...
- on_event: just log or warn or something that requires sensititivty and false warnings aren't a problem
Another set with:
- threshold 1500
- other options
- on_event: store movie and send sms, serious business
I think it could be pretty cheap on resources, and the only way to do it now, would be to use videoloopback, and parse all the video twice, which is pretty expensive
--
SanderEikelenboom - 16 Nov 2010
Follow up