https://github.com/jekyll2014/virtualcamproxy
Virtual camera to show from a wide choice of video sources
https://github.com/jekyll2014/virtualcamproxy
mjpeg onvif opencv usb-camera virtual-camera
Last synced: 6 months ago
JSON representation
Virtual camera to show from a wide choice of video sources
- Host: GitHub
- URL: https://github.com/jekyll2014/virtualcamproxy
- Owner: jekyll2014
- Created: 2024-11-30T00:13:39.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-05T12:44:43.000Z (9 months ago)
- Last Synced: 2025-03-25T18:41:12.272Z (7 months ago)
- Topics: mjpeg, onvif, opencv, usb-camera, virtual-camera
- Language: C#
- Homepage:
- Size: 243 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple virtual camera for Windows 7/8/10/11 to feed video from different sources. Can be useful to show your mate not just the picture of yourself but some video or your home camera stream.
Features:
- creates a DirectShow virtual camera in the system
- can use following sources to feed to the virtual camera:
- IP camera (RTSP/OVNIF) autodetect
- MJPEG stream
- USB camera (OpenCV/FlashCap)
- any system desktop
- image files (jpeg, png, avi, anything supported by OpenCV)
- video files (avi, mp4, mkv, anything supported by OpenCV)
- IP camera plain/basic authorisation
- basic image processing:
- rotate 90, -90, 180
- horizontal/vertical mirrorToDo:
- improve UI to edit camera settings
- improve memory management
- improve camera management
- implement plugin system for image filtering