Skip to content

Fuoder17/Python-Webcam-Motion-Detector-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python-Webcam-Motion-Detector-Project

Webcam Motion Detector

Main language: Python

Libraries: OpenCV, Pandas, NumPy

Description This a webcam motion detector script created to detect any motion through the webcam, while the script is running a time stamp is recorded each time an object enters and leaves the frame. Once the script is stopped a Comma-Separated Value file (CSV) is generated to that provides data on each occurrences of the object entering and leaving the frame along with the time and date stamp. The data in current CSV file reflects the last time the script was ran. Future enhancement: I look to update the script to provide better stability within the frame in detecting the objects. I also would like to add a geo location to the data set.

To Run: You will need to open your local command line and have the python programming language already install in your local computer. I would also recommend crating a virtual environment to run the script. You will need to install the pip pack manger, once you have done that be sure to you have installed the OpenCV, Pandas, and NumPy libraries. All of this can be done through the command line.

Guide to creating a Virtual Environment to run Python Code https://docs.python-guide.org/dev/virtualenvs/

Please provide any advice or suggestion in improving code.

Thank You

Fuoder

About

Personal Project to learn Python & OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages