txlyre 7 月之前
父节点
当前提交
83e9599abe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -261,7 +261,7 @@ def video2_sampler(q, source):
         for frame in device:
             new = time.monotonic()
 
-            if new - last > 1:
+            if new - last > 5:
                 data = extract_lsbs(bytes(frame))
                 data = whiten(data)