obs-face-tracker icon indicating copy to clipboard operation
obs-face-tracker copied to clipboard

The plugin is not available after installing the deb package

Open TheBicPen opened this issue 10 months ago • 1 comments

Source/filter types

Describe the bug The plugin is not available after installing the deb package.

To Reproduce

Steps to reproduce the behavior:

  1. Download obs-face-tracker-0.7.1-obs27-ubuntu-22.04-x86_64.deb
  2. Install it with sudo dpkg -i ... or sudo apt install ...
  3. run obs
  4. Select V4L2 webcam source
  5. Select filters

Expected behavior Filter is visible

Actual behavior Filter not visible

Desktop (please complete the following information):

  • OS: info: Kernel Version: Linux 6.5.0-26-generic info: Distribution: "KDE neon" "22.04" info: Session Type: x11 info: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1 info: Qt Version: 5.15.12 (runtime), 5.15.2 (compiled) info: Portable mode: false

  • OBS Version: OBS 27.2.3+dfsg1-1 (linux)

  • Face Tracker Version: 0.7.1

Additional context https://obsproject.com/logs/tWwzENeKP5MsvzWV

The plugin doesn't seem to be installed. I am running the apt version of OBS, not the flatpak.

TheBicPen avatar Apr 04 '24 02:04 TheBicPen

This plugin expects obs-studio from OBS Project described in https://obsproject.com/download#linux. Because the configuration of obs-studio-27.2.3+dfsg1-1 is different from the official obs-studio, it cannot load the plugin. I have some suggestions to fix the issue:

  • Use obs-studio from OBS Project, or
  • Build obs-face-tracker from the source.

norihiro avatar Apr 04 '24 02:04 norihiro