Skip to content

Commit

Permalink
Update Friday.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zameel-Byte authored May 29, 2022
1 parent e59b535 commit ca120c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Friday.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def cam():
cv2.namedWindow("Face cam")

while True:
ret, frame = video_capture.read()
_ret, frame = video_capture.read()
cv2.imshow("Face cam", frame)

# This breaks on 'q' key
Expand Down

0 comments on commit ca120c5

Please sign in to comment.