We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f2ee7 commit c0c50d6Copy full SHA for c0c50d6
app.py
@@ -60,6 +60,7 @@ def StartCamera(self):
60
CaptureFrame = picture.copy()
61
picture = ImageTk.PhotoImage(picture)
62
self.ImageLabel.configure(image = picture)
63
+ self.ImageLabel.photo = picture
64
self.PictureTaken = False
65
time.sleep(0.001)
66
else:
0 commit comments