Git Product home page Git Product logo

obs-virtual-cam's Introduction

UVCcamera2camCam

CI Windows On-Push

obs-virutalcam is a plugin for obs-studio , transforming the output video to a virtual directshow device.

source from Fenrirthviti/UVCcamera2cam-cam

Supported Platforms : Windows 10, Windows 11

Supported OBS Studio version : 30.0.0+

Note: output to 32bit application is not tested.

Features

  • virtual output : A output plugin sink raw video & audio to directshow interface.
  • virtual filter output : A filter plugin sink obs source video to directshow interface.
  • virtual source : Four directshow Interfaces which can use in 3rd party software.

Install

The installer and compressed file can be found in Release Page. Using installer is recommended, but if you want to use compressed file to install manually , please follow these instructions.

  1. Unzip UVCcamera2camcam-*-windows-x64.zip and put it to your obs-studio install folder.
  2. Run CMD as Administrator and register 32bit directshow source
regsvr32 "C:\Program Files\obs-studio\bin\32bit\UVCcamera2camsource.dll"
  1. Do it again to register 64bit directshow source
regsvr32 "C:\Program Files\obs-studio\bin\64bit\UVCcamera2camsource.dll"
  • If you want to Remove the directshow filter , you can also use regsvr32 to do this
regsvr32 /u "C:\Program Files\obs-studio\bin\32bit\UVCcamera2camsource.dll"

Register specific number of virtual cameras

Unregister then register 2 directshow camera (up to 4)

regsvr32 /u "C:\Program Files\obs-studio\bin\64bit\UVCcamera2camsource.dll"
regsvr32 /n /i:"2" "C:\Program Files\obs-studio\bin\64bit\UVCcamera2camsource.dll"

Build

this repo is updated to the latest OBS Plugin Template, please follow the guide.

Donate

Please consider donating to CatxFish, the original author of this plugin. Paypal.me

obs-virtual-cam's People

Contributors

miaulightouch avatar rse avatar soysaucemo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.