Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Update readme.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
CatxFish authored Sep 11, 2018
1 parent 1400058 commit 0a273f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ The installer and compressed file can be found in [Release Page](https://github.
1. Unzip OBS-VirtualCam.zip and put it to your obs-studio install folder.
2. Run CMD as Administrator and register 32bit directshow source
```
regsvr32 "C:\Program Files (x86)\obs-studio\bin\32bit\obs-virtualsource.dll"
regsvr32 "C:\Program Files\obs-studio\bin\32bit\obs-virtualsource.dll"
```
3. Do it again to register 64bit directshow source
```
regsvr32 "C:\Program Files (x86)\obs-studio\bin\64bit\obs-virtualsource.dll"
regsvr32 "C:\Program Files\obs-studio\bin\64bit\obs-virtualsource.dll"
```
- If you want to Remove the directshow filter , you can also use regsvr32 to do this
```
regsvr32 /u "C:\Program Files (x86)\obs-studio\bin\32bit\obs-virtualsource.dll"
regsvr32 /u "C:\Program Files\obs-studio\bin\32bit\obs-virtualsource.dll"
```

# Register specific number of virtual cameras
Unregister then register 2 directshow camera (up to 4)
```
regsvr32 /u "C:\Program Files (x86)\obs-studio\bin\64bit\obs-virtualsource.dll"
regsvr32 /n /i:"2" "C:\Program Files (x86)\obs-studio\bin\64bit\obs-virtualsource.dll"
regsvr32 /u "C:\Program Files\obs-studio\bin\64bit\obs-virtualsource.dll"
regsvr32 /n /i:"2" "C:\Program Files\obs-studio\bin\64bit\obs-virtualsource.dll"
```


Expand Down

0 comments on commit 0a273f9

Please sign in to comment.