Hi there! This is a simple program that will make your webcam follow you around. Like those expensive webcam.
DISCLAIMER: The resulted webcam camera resolution will take a hit because this software zoom a bit into your face.
Contact me at discord Evoreign#0813 if you have any questions or suggestions or got some error.
To install dependencies
pip install mediapipe
pip install pyvirtualcam
pip install cv2
To run this project run
python main.py
Using MediaPipe facemesh for wider angle detection then face_recognition library
Using CLAHE to improve the detection in uneven or harsh lighting
-
Finger detection to deactivate and activate the auto tracking feature.
-
Virtual background with better edge detection and object detection.
-
Denoiseing/Super resolution.