Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

52 lines (28 loc) · 1.05 KB

PyMera

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.

Install dependencies

To install dependencies

  pip install mediapipe
  pip install pyvirtualcam
  pip install cv2

Run

To run this project run

  python main.py

Optimizations

Using MediaPipe facemesh for wider angle detection then face_recognition library

Using CLAHE to improve the detection in uneven or harsh lighting

Acknowledgements

Authors

Roadmap

  • Finger detection to deactivate and activate the auto tracking feature.

  • Virtual background with better edge detection and object detection.

  • Denoiseing/Super resolution.