scottbarnesg / smart-sec-cam

A privacy-focused, intelligent security camera system.
GNU General Public License v3.0
223 stars 20 forks source link

Improve motion detection algorithm #5

Closed scottbarnesg closed 2 years ago

scottbarnesg commented 2 years ago

Currently, the motion detection algorithm performs background subtraction on the incoming video frames to detection motion. This can cause "false positives", flagging motion that we don't care about (e.g. the wind blowing tree branches)

This should be enhanced to identify more specific "objects of interest" (e.g. a person walking by).

scottbarnesg commented 2 years ago

Candidate solution: https://github.com/Breakthrough/DVR-Scan