Skip to content

Commit

Permalink
Update WebCam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r00t-3xp10it authored May 29, 2022
1 parent f4d42aa commit a603103
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/WebCam-Capture/WebCam.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import numpy as np



# Create a VideoCapture object
cap = cv2.VideoCapture(0)

Expand Down Expand Up @@ -44,4 +43,4 @@
out.release()

# Closes all the frames
cv2.destroyAllWindows()
cv2.destroyAllWindows()

0 comments on commit a603103

Please sign in to comment.