-
Notifications
You must be signed in to change notification settings - Fork 38
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
How to correctly install plugin (Linux)? #23
Comments
Hi ipatix, I'm using motion-effect on Linux and it works. The output of 'make install' looks similar as mine. |
Hi everyone, What are the correct steps to install the motion motion-filter on Linux ubuntu? I've tried the following one but no success! :( git clone https://github.com/CatxFish/motion-filter.git |
Finally, I compiled it. The question is, where should I save the files? Saved them on /usr but obs-studio doesn't load it. Any idea? |
My OBS is installed to |
It helped a lot!!!! Thanks! I was installing the motion libs in the wrong place. In my case obs is placed on /usr/local/bin/ . Then, I had to install motion-effect/ on /usr/local/ folder. see cmake flags specifications bellow. sudo cmake -DLIBOBS_LIB="/usr/share/obs/" -DLIBOBS_INCLUDE_DIR="/usr/share/obs/" -DLibObs_DIR="/snap/obs-studio/1021/usr/cmake/LibObs/" -DCMAKE_INSTALL_PREFIX=//usr/local/ |
Hi ipatix, Maybe you should add cmake option |
@norihiro That indeed solved the problem. I would have expected that OBS tries to load plugins from both directories, but apparently that is not the case. I don't quite like the solution of non-packaged software directly in /usr, but I guess this is rather a problem with OBS and not the plugin itself. Thanks again! |
Oh...So I am supposed to actually build something. |
Hi, I sucessfully compiled the two plugins and now want to install them on my Linux machine.
The instructions tell to run
make install
which I did:However, once obs is started up, it does not seem like those plugins get loaded correctly.
They do not seem to appear in the log file either.
How do I correctly get these plugins to load / how do I install them correctly?
The text was updated successfully, but these errors were encountered: