The basis of this project is about web records using flask frameworks. I modified it by adding object tracking such as ball-tracking and image processing haar-cascade
Web recording using flask
http://blog.miguelgrinberg.com/post/video-streaming-with-flask
Ball tracking using OpenCV
https://www.pyimagesearch.com/2015/09/14/ball-tracking-with-opencv/
- Install Python dependencies: cv2, flask. (pip install -r requirements.txt)
- Run "python main.py".
- Navigate the browser to the local webpage.