Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 247 Bytes

File metadata and controls

7 lines (5 loc) · 247 Bytes

Virtual Paint

To run this project run virtual-paint.py file.

Note : If you want to use your web camera then write cap = cv2.VideoCapture(0) and if you want to use other connected camera with your pc then write cap = cv2.VideoCapture(1)