-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Pop_os! filter does not show up for Video Capture Device (V4L) or Media Source #95
Comments
I found this problem on Debian 12 Bookworm amd64 too. Solution to the first problem of the plugin not being found is to sym-link it into the correct location for Debian/Ubuntu and derivative distros expected location as dictated by the obs-studio package itself.
(the Debian OBS now sees the plugin and can add it to a source as a Filter but as soon as we try to add the Effect by pressing on the Effects
|
Thanks!
…On Sat, Jul 22, 2023, 3:00 AM TJ ***@***.***> wrote:
I found this problem on Debian 12 Bookworm amd64 too.
Solution to the first problem of the plugin not being found is to sym-link
it into the correct location for Debian/Ubuntu and derivative distros
expected location as dictated by the obs-studio package itself.
$ sudo ln -s /usr/lib/obs-plugins/obs-virtualbg.so /usr/lib/x86_64-linux-gnu/obs-plugins/
(the Debian .deb package should install to this location).
OBS now sees the plugin and can add it to a source as a Filter *but* as
soon as we try to add the Effect by pressing on the Effects + button OBS
crashes with:
...
info: Loaded Modules:
...
info: obs-virtualbg.so
...
info: [Virtual BG detector] detecter_create version:v1.2.0
info: User added filter 'Virtual Background Detector' (virtualbg) to source 'HD PTZ Cam (Inside-Out)'
info: [Virtual BG detector] frame size or format change detected
info: [Virtual BG detector] video_scaler_create success. 1920x1080 -> 256x144
Illegal instruction (core dumped)
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMUMHNVV3MZEUNQ65KSSKDXRN3ALANCNFSM6AAAAAAYQK7ORI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
As said above, or at the link. I find that the video render filter works, but not the detector filter. I also get a crash with OBS. I did have to create a shortcut to the *.so file. |
Tried that on LInux Mint 21.2. The plugin shows up in the terminal output when starting obs, but it doesn't show up in the filters. `$ obs error: v4l2-input: /dev/video0: select timed out |
First off, the .deb installed into /usr/lib locations, but I could not get the plugin to load until I moved to ~/.config/obs-studio/plugins
After moving the plugin and locale files into the expected paths, the plugin loads as shown in the logs, but it does not come up as a a Filter option
The text was updated successfully, but these errors were encountered: