This github-repo is for my trial of face- and eyedetection and recognition. The goal is to implement this to run on a RasperryPi Zero W to detect and recognize people entering my home.
There are some different examples:
- camera.py - simple code to read video from a camera
- camera_grey.py - converting the video to greyscale before showing it on the screen
- camera_facedetect.py - simple face detection to test what is possible and how good it works
- camera_eyedetect.py - detecting eyes within the face-region
- Test resizing of images to process the pictures faster
- Adjust parameters for face- and eyedetection to improve stability