Update send_video.py

This commit is contained in:
Naoto Kondo
2020-04-25 00:33:27 +09:00
parent 7434789358
commit 4218d0d753
2 changed files with 11 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ def main():
while time.time() - start < 60 * 5:
start_send = time.time()
for idx in reversed(range(200)):
for _ in reversed(range(200)):
ret, img = cap.read()