background blur plugin with flatpack installation on Ubuntu 22.04

aryeh

New Member
Installed version 29.1.3 flatpack (the version from apt install was only 27.x).
Installed obs-backgroundremoval-1.1.5-x86_64-linux-gnu.deb using eddy installer.
However, the plugin does not appear in the filters lists, and apparently is not detected by obs-studio.

How can I install this plugin so that obs-studio will find it?
 

Attachments

  • 2023-09-05 05-28-44.txt
    6.7 KB · Views: 38

AaronD

Active Member
Did you read the sticky threads in this forum?
Specifically, sudo apt-add-repository ppa:obsproject/obs-studio
Then the normal update process gets you the latest official release.

OBS 27 to 28 changes graphics frameworks, which breaks almost everything. New plugins don't work before then, and old ones don't work after.

Flatpak, snap, and other "sandbox systems" look for things in different places, so a native installer probably won't work for them.
 

aryeh

New Member
Sorry - I thought that since 2014 this had changed.
The OBS github page https://github.com/royshil/obs-backgroundremoval says:

OBS Version Support and Compatibility​

  • OBS version 29+ (download) for the latest version of this plugin, e.g. 1.1.x and above.
  • OBS version 28+ for this plugin's version between 0.5.x and 1.0.x.
  • OBS version 27+ for this plugin's version 0.4.x and below.
and I installed 1.1.5 .
 

aryeh

New Member
I found the solution on the github page. SInce I installed OBS with flatpack, I needed to do flatpack installation of the plugin.
flatpak install com.obsproject.Studio.Plugin.BackgroundRemoval
 
Top