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: