|
1 | 1 | # ⚠ Unofficial support |
2 | 2 |
|
3 | | -You should really be using the integrated OBS Virtual Camera over this plugin. This is used as a stop-gap for things that don't yet work with the integrated Virtual Camera (like https://github.com/obsproject/obs-studio/issues/3635 and https://github.com/opencv/opencv/issues/19746). I do not plan on supporting this fork outside of necessary updates if OBS breaks the plugin. And will only do so until the aforementionned issue is fixed. |
| 3 | +You should really be using the integrated OBS Virtual Camera over this plugin. This is used as a stop-gap for things that don't yet work with the integrated Virtual Camera (like <https://github.com/obsproject/obs-studio/issues/3635> and <https://github.com/opencv/opencv/issues/19746>). I do not plan on supporting this fork outside of necessary updates if OBS breaks the plugin. And will only do so until the aforementionned issue is fixed. |
4 | 4 |
|
5 | 5 | # OBS-VirtualCam |
6 | 6 |
|
@@ -46,12 +46,12 @@ regsvr32 /n /i:"2" "C:\Program Files\obs-studio\bin\64bit\obs-virtualsource.dll" |
46 | 46 |
|
47 | 47 | # Build |
48 | 48 |
|
49 | | -You first need to install [cmake](https://cmake.org/download/), [Visual Studio](https://visualstudio.microsoft.com/), and [build OBS project](https://github.com/obsproject/obs-studio/wiki/Install-Instructions#building-obs-studio). |
50 | | -Run cmake with the following variables: |
| 49 | +You first need to install [cmake](https://cmake.org/download/), [Visual Studio](https://visualstudio.microsoft.com/), and [build OBS project](https://github.com/obsproject/obs-studio/wiki/Install-Instructions#building-obs-studio). |
| 50 | +You must also download `windows-deps-2023-04-12-x64` and `windows-deps-qt6-2023-04-12-x64` from [OBS Deps](https://github.com/obsproject/obs-deps/releases/tag/2023-04-12), then extract the zip as a folder of the same name and place them in `<project_root>/obs-deps/` |
51 | 51 |
|
52 | 52 | * **QTDIR** (path): QT folder |
53 | 53 | * **DepsPath** (path): FFmpeg folder in OBS dependencies package |
54 | | -* **LIBOBS_INCLUDE_DIR** (path) : Libobs include folder |
| 54 | +* **LIBOBS_INCLUDE_DIR** (path) : Libobs include folder |
55 | 55 | * **LIBOBS_LIB** (filepath) : obs.lib path |
56 | 56 | * **OBS_FRONTEND_LIB** (filepath): obs-frontend-api.lib path |
57 | 57 | * **PTHREAD_LIB** (filepath): w32-pthread.lib path |
|
60 | 60 |
|
61 | 61 | ```powershell |
62 | 62 | cmake -S . -B build64 ` |
63 | | - -DQTDIR=<...>/obs-deps/windows-deps-qt6-2022-08-02-x64 ` |
64 | | - -DDepsPath=<...>/obs-deps/windows-deps-2022-08-02-x64 ` |
| 63 | + -DQTDIR=<...>/obs-deps/windows-deps-qt6-2023-04-12-x64 ` |
| 64 | + -DDepsPath=<...>/obs-deps/windows-deps-2023-04-12-x64 ` |
65 | 65 | -DLIBOBS_INCLUDE_DIR=<...>/obs-studio/libobs ` |
66 | 66 | -DLIBOBS_LIB=<...>/obs-studio/build64/libobs/RelWithDebInfo/obs.lib ` |
67 | 67 | -DOBS_FRONTEND_LIB=<...>/obs-studio/build64/UI/obs-frontend-api/RelWithDebInfo/obs-frontend-api.lib ` |
|
0 commit comments