Raumkommander commited on
Commit
6bda89e
·
verified ·
1 Parent(s): c7f4ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ st.title("Live Webcam Stream - Original and Flipped")
7
 
8
  # Start webcam capture
9
  cap = cv2.VideoCapture(0)
10
-
11
  # Check if the webcam is opened successfully
12
  if not cap.isOpened():
13
  st.error("Failed to access the webcam. Please check your device.")
 
7
 
8
  # Start webcam capture
9
  cap = cv2.VideoCapture(0)
10
+ print(cap)
11
  # Check if the webcam is opened successfully
12
  if not cap.isOpened():
13
  st.error("Failed to access the webcam. Please check your device.")