diff options
-rw-r--r-- | CamTest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,5 +32,5 @@ while True: break # Release the camera and close all windows -cam.release() +cam.stop() cv2.destroyAllWindows() |
index : opencv-face-recognition-rpi4 | ||
Facial Recognition System using OpenCV on Raspberry Pi 4. Using PiCamera2 latest camera stack and simple Haar-Cascade, LBPH for face detection and recognition. | Saumit Dinesan |
summaryrefslogtreecommitdiff |
-rw-r--r-- | CamTest.py | 2 |
@@ -32,5 +32,5 @@ while True: break # Release the camera and close all windows -cam.release() +cam.stop() cv2.destroyAllWindows() |