ソースを参照

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

読み込み中…
キャンセル
保存