Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 688 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 688 Bytes

Background subtraction webcam

An algorithm that uses your webcam to apply background subtraction

Low movement Low movement with subtraction
Desktop Mobile
Medium movement Medium movement with subtraction
Desktop Mobile

Setup

  • python3
  • numpy
  • cv2
pip3 install numpy /
pip3 install opencv-python

Getting Started

python3 bgs.py

License

MIT license