txlyre 7 tháng trước cách đây
mục cha
commit
d95974775d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: