Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 709 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 709 Bytes

Bridge GStreamer source to virtual camera and virtual microphone.

Build

  1. clone this repo git clone --recursive https://github.com/Meonardo/gstreamer-virtualdev;
  2. create a GUID for register the virtual camera;
  3. generate Visual Studio project file(generate x86 and x64 project file)
    cmake -B .\build -DGSTREAMER_PKG_DIR="D:\gstreamer\1.0\msvc_x86_64\lib\pkgconfig" -DVIRTUALCAM_GUID="530C341D-AC56-4234-8003-2048B1C2E715" -A x64
    cmake -B .\build_x86 -DVIRTUALCAM_GUID="530C341D-AC56-4234-8003-2048B1C2E715" -A Win32

Status

  • camera;
  • microphone;

Credit