Explorar el Código

blink blasters

master
Martin Dørum hace 5 años
padre
commit
839f0fa7d1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      lock.py

+ 3
- 0
lock.py Ver fichero

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

Cargando…
Cancelar
Guardar