Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Niap/OBS-VirtualCam-sender
Send yuv data to OBS virtual camera on windows & mac platform
https://github.com/Niap/OBS-VirtualCam-sender
Last synced: 8 days ago
JSON representation
Send yuv data to OBS virtual camera on windows & mac platform
- Host: GitHub
- URL: https://github.com/Niap/OBS-VirtualCam-sender
- Owner: Niap
- Created: 2021-05-31T01:39:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T12:55:40.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:20:38.975Z (3 months ago)
- Language: C
- Size: 354 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OBS-VirtualCam-sender
Send yuv data to OBS virtual camera on windows & mac platform# For windows
1. Download form (CatxFish/obs-virtual-cam)[https://github.com/CatxFish/obs-virtual-cam/releases] or build from source if you need.
2. Regist dll , must regist 32 bit dll on my test.then open your zoom or other meeting software. check if OBS-Camera exists.
```
regsvr32 "C:\Program Files\obs-studio\bin\32bit\obs-virtualsource.dll"
```
3. switch to Windows dirctory .use cmake to generate Visual Studio project.
```
cmake -B build .
cmake --build ./build --config Debug --target ALL_BUILD
```
4. DO NOT use control-c to interapt programe ,let the programe filish itself. IT"S IMPORTANT!.# For Mac
1. Download From (johnboiles/obs-mac-virtualcam)[https://github.com/johnboiles/obs-mac-virtualcam/releases] or build from source if you need.
2. Install the pkg package or copy the plugin file to target DAL folder.
3. Build source from MacOS folder.
```
cmake . & make
```
4. open zoom or other software then run our OBS-virualcam-serder program.