Spaces:
Sleeping
Sleeping
Upload webapp.py
Browse files
webapp.py
CHANGED
@@ -129,7 +129,7 @@ def main():
|
|
129 |
server_ip = "127.0.0.1"
|
130 |
server_port = 6666
|
131 |
|
132 |
-
camera = cv2.VideoCapture(
|
133 |
|
134 |
while run:
|
135 |
|
|
|
129 |
server_ip = "127.0.0.1"
|
130 |
server_port = 6666
|
131 |
|
132 |
+
camera = cv2.VideoCapture(1)
|
133 |
|
134 |
while run:
|
135 |
|