@ -64,7 +64,7 @@ def start( camera, face_cascade):
img = rawCapture.array
gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
faces = face_cascade.detectMultiScale(gray, 1.3,5)
i = 0;
i = 0
for (x,y,w,h) in faces:
i += 1
j += 1
The note is not visible to the blocked user.