mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-04-13 16:25:59 +00:00
12 lines
397 B
Markdown
12 lines
397 B
Markdown
# Detcting Objects Through Webcam of your device
|
|
This program helps to detect any moving objects in the frame which further hepls us to understand if any object is moving out of the frame or not.
|
|
|
|
# Prerequisites
|
|
Any System with a working webcam
|
|
Any System having Python version 3 installed
|
|
|
|
# Dependencies
|
|
Installed Pandas module
|
|
Installed cv2 module
|
|
Imported time module
|
|
imported Datetime module |