Skip to content

unitycoder/VirtualCam-WIN

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ป VirtualCamera for Windows

VirtualCamera is a powerful tool that turns your screen into a virtual webcam feed with real-time visual effects and customization. It features basic face detection, region cropping, color adjustments, simulated bokeh, and moreโ€”all from a slick user interface.

๐Ÿš€

  • ๐Ÿ“ธ Stream any part of your screen as a virtual webcam.
  • ๐ŸŽจ Apply visual effects: brightness, contrast, saturation, hue, temperature, sharpness, and grain.
  • ๐Ÿ‘ค Face detection with facial zoom and face-only effects.
  • ๐ŸŒ€ Rotate, flip, zoom, and stretch the image.
  • ๐Ÿงญ Choose the screen region to broadcast.
  • ๐Ÿ“ Face mesh and calibration grid overlays.
  • ๐Ÿ” One-click reset to default settings.
  • ๐ŸชŸ Modern interface using CustomTkinter.

๐Ÿงฉ Requirements

  • Operating System: Windows 10 or newer
  • Python: Version 3.8 or higher
  • Dependencies:
pip install opencv-python-headless pyvirtualcam numpy mss customtkinter

Note: You can use opencv-python if you want to show GUI windows with cv2.imshow, but opencv-python-headless is recommended for virtual camera-only usage.

About

Virtual Camera for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.5%
  • Python 2.2%
  • C# 2.0%
  • Other 1.3%