This is a simple security camera app written in Python that stores recorded images in a very small amount of space by only doing so when motion is detected.
-
clone the project
git clone https://github.com/prakharsaxena1/SecurityCamera.git
-
Install opencv
pip install opencv-python
-
Run the project
python SecurityCamera.py
It has only been tested on Windows OS so far (particularly Windows 10)
On Linux, it will throw a path error, which is a simple fix that I'll take care of in the later updates.
Also, do not delete the config file; otherwise, the program will not work.