txlyre 7 달 전
부모
커밋
d95974775d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -258,7 +258,7 @@ def video2_sampler(q, source):
         )
 
         last = 0
-        for frame in device:
+        for frame in capture:
             new = time.monotonic()
 
             if new - last > 5: