AeroBoard
- 6 Devlogs
- 12 Total hours
An OpenCV and Python based digital finger tracking whiteboard!
An OpenCV and Python based digital finger tracking whiteboard!
FINISHED!!
Firstly here’s what i used:
tracking - mediapipe(through cvzone)
gestures - own class
drawing - using cv2.line
MORE DEATILS IN THE README
I tested a freeze and restart feature where the webcam can be freezed if its unplugged mid-use and then the program restarts if any other video in is plugged in/available
(I have not added it to the main class, just tested it on a test file, will add it to the main file tomorrow :> )
Made the basic functions for getting frames and showing the original video feed