-
-
Notifications
You must be signed in to change notification settings - Fork 31
Install MacOS
Norihiro Kamae edited this page Jan 30, 2022
·
2 revisions
This page describes the install procedure step-by-step.
- GUI installation from DMG
- GUI installation from ZIP
- CUI installation from ZIP (all user)
- CUI installation from ZIP (current user)
- Download and open the dmg package. A window with two icons will appear.
- Drag and drop
obs-face-tracker
intoplugins
displayed the window.
Note that if you never installed other plugins, you need to create a directory /Library/Application Support/obs-studio/plugins
before this step.
- Download and open the zip package on a Finder.
Once you open the file, a folder named
obs-face-tracker
will be created. - Open a new Finder window and go to
/Library/Application Support/obs-studio/plugins
.- Type Command + Shift + G and input
/
. - Then, enter
Library
, ...,plugins
.
- Type Command + Shift + G and input
- Copy the folder
obs-face-tracker
intoplugin
.
Once you copied obs-face-tracker
, the directory structure will be as below.
Library
`- Application Support
`- obs-studio
`- plugins
`- obs-face-tracker
|- bin
| `- obs-face-tracker.so
|- lib/
| |- libgfortran.5.dylib
| |- libquadmath.0.dylib
| |- libgcc_s.1.dylib
| |- libgomp.1.dylib
| `- libopenblas.0.dylib
`- data/
|- locale/
| `- en-US.ini
|- face-tracker.effect
|- LICENSE-dlib-models
|- LICENSE-dlib
|- LICENSE-obs-face-tracker
`- shape_predictor_5_face_landmarks.dat
Type these commands on Terminal.
sudo mkdir -p '/Library/Application Support/obs-studio/plugins'
sudo unzip ~/Downloads/obs-face-tracker-0.1.0-macos.zip -d '/Library/Application Support/obs-studio/plugins/'
mkdir -p ~/Library/Application\ Support/obs-studio/plugins/
unzip ~/Downloads/obs-face-tracker-0.1.0-macos.zip -d ~/Library/Application\ Support/obs-studio/plugins/