Hacker News new | ask | show | jobs
by cheema33 694 days ago
I wonder if it can be used with security cameras somehow. My cameras currently alert me when they detect motion. It would be neat if this would help cameras become a little smarter. They should alert me only if someone other than a family member is detected.

The recognition logic doesn't have to always be reviewing the video, but only when motion is detected.

I think some cameras already try to do this, however, they are really bad at it.

1 comments

Frigate use both motion detection and object detection. Object detection is usually done with one of the Yolo models.