luanhailiang 2023-09-22 12:49:01 +08:00
parent 666782c109
commit acfa96c3eb
1 changed files with 0 additions and 1 deletions

1
app.py
View File

@ -69,7 +69,6 @@ def worker(id,source,region=None,stream=False):
if not cap.isOpened():
print("Error opening video stream.")
while True:
ret, frame = cap.read()
ret, frame = cap.read()
if not ret:
print("Error read video stream.")