Skip to content

Commit c0c50d6

Browse files
author
=
committed
fixing clearness in the camera
1 parent 88f2ee7 commit c0c50d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def StartCamera(self):
6060
CaptureFrame = picture.copy()
6161
picture = ImageTk.PhotoImage(picture)
6262
self.ImageLabel.configure(image = picture)
63+
self.ImageLabel.photo = picture
6364
self.PictureTaken = False
6465
time.sleep(0.001)
6566
else:

0 commit comments

Comments
 (0)