|
|
|
|
|
by phoenix9
2816 days ago
|
|
I agree with your use case and I am interested in your solution. So many functions to add like face recognition, record only on motion detection (what is threshold)--object size/distance, send alerts, attempt license plate scan, etc |
|
CCTV processing is often done server-side (ZoneMinder, Sinobi, ...), but nowadays "old" devices could do some stuff too. Motion detection is maybe not that intensive, but is hard to pull off (a car passing in the street might change the light on the walls/ceiling, it should not trigger the alarm, dogs/cats, ...). On iOS, you could do face detection using some Apple provided CoreImage components.
A few things I have been missing in the current apps/software: simple way to turn on/off (I had to open/kill apps), use less bandwidth (by pushing to the server only when motion is detected for example, MJPEG stream was about 200Kb/s), play an alarm sound when motion is detected, being able to interact remotely with the device like saying something out loud (if kid came home, triggered the motion detection and forgot to turn off the camera), ...
I wouldn't go for license plates though: you should not point a security camera to the outside/street!