That's a good idea. I hope they watch IPCamTalk. It's their forum. Was wondering on other surveillance product but they are expensive like crazy.
My best feature would be thrown object detection. But as long as the AI doesn't keep track of the identified objects on the sequential images it's not able to do it.
Also there are many false detections even on a single picture. To reduce that I think it would be beneficial if the AI would return the probability of other categories of an object. Like if it says something is a dog by 75 % and also detects as a person by 80 % then the thresholds could be tuned for the multiple categories to get more accurate results. Now it detects our dog as a person many times. I could simpily disable that by setting if it's also a dog by more than 70 % then it's not a person. But it narrows down to object handling as it should say some %s from the same group of pixels (object) that it also can't do right now. It just says something from the image now, from somewhere, about some pixels... so pretty limited. Because now, if there's a dog beside a man, I just can't enumerate anything on the exclude list in order not to disable the person detection...