We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92f6c1 commit 12b69efCopy full SHA for 12b69ef
Virtual Paint/virtual_paint.py
@@ -69,3 +69,6 @@ def drawOnCanvas(myPoints, myColorValues):
69
cv2.imshow("Result", imgResult)
70
if cv2.waitKey(1) & 0xFF == ord('q'):
71
break
72
+
73
+cap.release()
74
+cv2.destroyAllWindows()
0 commit comments