Install MacOS - norihiro/obs-face-tracker GitHub Wiki

Introduction

This page describes the install procedure step-by-step.

Contents

GUI installation from DMG package

  1. Download and open the dmg package. A window with two icons will appear.
  2. Drag and drop obs-face-tracker into plugins 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.

GUI installation from ZIP package

  1. Download and open the zip package on a Finder. Once you open the file, a folder named obs-face-tracker will be created.
  2. Open a new Finder window and go to /Library/Application Support/obs-studio/plugins.
    1. Type Command + Shift + G and input /.
    2. Then, enter Library, ..., plugins.
  3. Copy the folder obs-face-tracker into plugin.

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

Terminal installation from ZIP package for all user

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/'

Terminal installation from ZIP package for current user

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/