Browse Source

blink blasters

master
Martin Dørum 5 years ago
parent
commit
839f0fa7d1
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      lock.py

+ 3
- 0
lock.py View File

bat = True bat = True
if bat: if bat:
print("Waiting for enter before starting face recognition") print("Waiting for enter before starting face recognition")
# Blink IR blasters
cap = cv2.VideoCapture(self.dev)
cap.release()
self.waitForKey(keyboard, key) self.waitForKey(keyboard, key)


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

Loading…
Cancel
Save