filmov
tv
Motion Detector and Motion Graph in HTML with Python

Показать описание
In this video I demonstrate of of my newest Python project. This app is Python Motion detector that automatically detects any motion, save time stamps of detected motions into CSV file and finally plot in into HTML file on interactive graph with representing all the data on infobars.
I do not have too much time to explain code fully but I made some notes inside the video. I hope it helps to understand how file system of this project is working.
Following Python modules were used in Motion detector and motion graph project:
- cv2 (opencv) - for capturing video directly from the webcam:
- pandas - for storing time stamp data into easy readable data frames
- time - for getting real values of time stamps
- bokeh - for plotting data into chart in HTML file.
Motion tracking is one of classical type of Python applications in Computer Vision science. I think this this Python project can be used and applied in CCTV, Security cameras, Webcams, Baby cameras, and even for haunting ghosts.
And do not forget to SUBSCRIBE to get more interesting Python and Data Science videos.
Best regards
Vytautas
I do not have too much time to explain code fully but I made some notes inside the video. I hope it helps to understand how file system of this project is working.
Following Python modules were used in Motion detector and motion graph project:
- cv2 (opencv) - for capturing video directly from the webcam:
- pandas - for storing time stamp data into easy readable data frames
- time - for getting real values of time stamps
- bokeh - for plotting data into chart in HTML file.
Motion tracking is one of classical type of Python applications in Computer Vision science. I think this this Python project can be used and applied in CCTV, Security cameras, Webcams, Baby cameras, and even for haunting ghosts.
And do not forget to SUBSCRIBE to get more interesting Python and Data Science videos.
Best regards
Vytautas
Комментарии