Skip to content

This python code uses OpenCV to detect movements in videos and logs with timestamps. Special features: 1. set region of interest by coordinates 2.set noise level 3. set how clean the log you want.

Notifications You must be signed in to change notification settings

tennom/computer-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Movement detection in videos; log and live view of the detections


This is a collaboration with Bradley Aaron. BA contributed the ideas and code for movement detection.

Do you want to log some movements from your videos by setting size of the movements and region of interest?
Do you want to have the control of the noise level and time-coded log?
Do you want to extend the code for live video cameras and send webhooks/emails upon detections?
If your answer is at least one yes, then we hope that you can benefit from this code.

We will update instructions soon but if you can read the first few lines of the code, you will be able to use the code with no problem.
If you want to accelerate the detection without the live view, please comment the showing code like this:

    # cv2.imshow("feed", frame1)
    # if cv2.waitKey(1) & 0xFF == ord('q'):
    #     break

About

This python code uses OpenCV to detect movements in videos and logs with timestamps. Special features: 1. set region of interest by coordinates 2.set noise level 3. set how clean the log you want.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages