Skip to content

Monitor

Norihiro Kamae edited this page Jan 14, 2022 · 3 revisions

Face Tracker Monitor

Version 0.5.1 adds a source that displays face detection and tracking status. In the monitor source, you can watch the tracking status without affecting program. It will be useful to combine with obs-source-dock.

How to add

To add the source, you have two options; build with option ENABLE_MONITOR_USER, or use obs-websocket to add the source.

A. Add through obs-websocket

  1. Install obs-websocket.
  2. Send this command
CreateSource {"sourceName": "Face Tracker Monitor", "sourceKind": "face_tracker_monitor", "sceneName": "Scene"}

B. Compile with ENABLE_MONITOR_USER (option 1)

Instead of using obs-websocket, you can enable menu item by a build option. Add -DENABLE_MONITOR_USER=ON to cmake option.

Future plan

Implementation of dock is in progress. Once the dock is implemented, the monitor source will be available on the dock.

Clone this wiki locally