SIGN IN SIGN UP

The world's simplest facial recognition api for Python and the command line

0 0 103 Python

There is a typo in face_recognition/example/facerec_ipcamera_knn.py

The third last line is written as cap1.release(). It should be cap.release instead.
cap1.release() > cap.release()
K
Kshitiz Arya committed
ded327cd9e96258ec46c8a96d6c562b4f03fa8c7
Parent: 55b5c13
Committed by GitHub <noreply@github.com> on 2/7/2021, 2:27:21 PM