-
-
Notifications
You must be signed in to change notification settings - Fork 32
Monitor
Norihiro Kamae edited this page Jan 14, 2022
·
3 revisions
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.
To add the source, you have two options; build with option ENABLE_MONITOR_USER
, or use obs-websocket to add the source.
- Install obs-websocket.
- Send this command
CreateSource {"sourceName": "Face Tracker Monitor", "sourceKind": "face_tracker_monitor", "sceneName": "Scene"}
Instead of using obs-websocket, you can enable menu item by a build option.
Add -DENABLE_MONITOR_USER=ON
to cmake option.
Implementation of dock is in progress. Once the dock is implemented, the monitor source will be available on the dock.