SirLynix / obs-kinect

OBS Plugin to use a Kinect (all models supported) in OBS (and setup a virtual green screen based on depth and/or body detection).
GNU General Public License v2.0
425 stars 29 forks source link

The AUR Package #80

Closed Weirdo1312 closed 1 year ago

Weirdo1312 commented 1 year ago

So I'm trying to create an AUR -bin package for this plugin but it causes obs to crash when i add the source in obs here is the script PKGBUILD.txt

here is the obs log: obslog.txt

here is the file structure after installing the PKGBUILD image

and here is the video of the crash: Screencast from 2023-03-18 04-00-08.webm

SirLynix commented 1 year ago

It looks like library files and shader files are not at the right location (aka where obs expects them), this is the cause of the crash.

Unfortunately, I really have no idea what the right location is, as it depends on the Linux distribution and package manager, which is the sole reason Linux is hard to support for this plugin.

Weirdo1312 commented 1 year ago

It looks like library files and shader files are not at the right location (aka where obs expects them), this is the cause of the crash.

Unfortunately, I really have no idea what the right location is, as it depends on the Linux distribution and package manager, which is the sole reason Linux is hard to support for this plugin.

I'm not sure, for example this is the file structure for obs-vkcapture plugin and it works just fine, it's very similar to obs-kinect but this one works and obs-kinect doesn't image

Weirdo1312 commented 1 year ago

I don't use arch linux anymore