This commit is contained in:
2021-09-10 19:36:15 +02:00
parent 24b8fa0a58
commit 95fc749c6c
12 changed files with 129 additions and 161 deletions

View File

@@ -81,12 +81,6 @@ class Hands_AI:
else:
self.x, self.y = None, None
cv2.imshow("Image", img)
cv2.imwrite("UI/video_capture_.png", img)
try:
os.remove("UI/video_capture.png")
os.rename("UI/video_capture_.png", "UI/video_capture.png")
except:
pass
cv2.waitKey(1)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 KiB