This Python Program allows to detect any motion occurring in the webcam and records the time interval for which the object was in front of the screen using a Bokeh graph.
-
Updated
Sep 16, 2021 - HTML
This Python Program allows to detect any motion occurring in the webcam and records the time interval for which the object was in front of the screen using a Bokeh graph.
This is a program that uses the camera to observe the surrounding and sense if there is any movement. It uses OpenCV to analyse the video data to sense any disturbance in the camera view and then record the times in a data frame using Pandas to create a graph with the recorded timelines with the help of Bokeh.
You can pan every yaxis independently in bokeh by this way
Add a description, image, and links to the bokeh-plot topic page so that developers can more easily learn about it.
To associate your repository with the bokeh-plot topic, visit your repo's landing page and select "manage topics."