浏览代码

blink blasters

master
Martin Dørum 5 年前
父节点
当前提交
839f0fa7d1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      lock.py

+ 3
- 0
lock.py 查看文件

@@ -60,6 +60,9 @@ class FaceLocker:
bat = True
if bat:
print("Waiting for enter before starting face recognition")
# Blink IR blasters
cap = cv2.VideoCapture(self.dev)
cap.release()
self.waitForKey(keyboard, key)

# Match faces, blocks until a match is found or we're killed

正在加载...
取消
保存