Parcourir la source

blink blasters

master
Martin Dørum il y a 5 ans
Parent
révision
839f0fa7d1
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3
    0
      lock.py

+ 3
- 0
lock.py Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer