Skip to content

pawlo555/motion-detection-from-video-stream

Repository files navigation

Motion Detector

This application allows you to check for any movement in the area of sight of the camera.

Main view

1. Camera view - moving elements are surrounded with a green box
2. Input area - here you can enter a number to alter the value of any changable parameter
3. Output view - the program informs you about any changes and alerts you in case of any errors

Changable parameters

4. Min Box Area - minimal area of a box that should be concidered a movement (in pixels, e.g. 10000 might be 50x200 box)
5. Min Threshold - minimal value of movement that should be considered a movement
6. Average Alfa - change of the background speed, between 0 and 1.
7. Blur Size - the bigger the value, the larger boxes will be detected
8. Mask - you can separate the area that you would like to observe from the area that you are not interested in, by adding a path to an image, consisting of black and white pixels. Pixels from the camera frame, corresponding to the white pixels from the mask are being processed while the others are not

Debug options

11. Setting view back to normal
12. Only the background frame
13. Threshold frame - only the parts, where movement has been detected

Removing parameters

9. Remove mask
14. Clean App - sets all the parameters to the default values
15. Exit the app

About

App supporting move detection in videos or from webcam

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages