Skip to content
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

gPhoto2 plugin does not work, reports missing system library #32

Closed
n8willis opened this issue Apr 9, 2020 · 0 comments
Closed

gPhoto2 plugin does not work, reports missing system library #32

n8willis opened this issue Apr 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@n8willis
Copy link

n8willis commented Apr 9, 2020

I have tested the gphoto2 source plugin ( https://github.com/Atterratio/obs-gphoto ) and it does not work with the OBS studio snap package because it is unable to access the gphoto shared library.

This is on 18.04.

Compiling the plugin places the plugin binary in ~/.config/obs-studio/plugins/obs-gphoto/bin/64bit/obs-gphoto.so -- which is not where the OBS snap binary looks. However, if you copy the plugin binary to the correct spot for the OBS snap to see it, /snap/obs-studio/NNNN/.config/obs-studio/plugins/obs-gphoto/bin/64bit/obs-gphoto.so, then the plugin still does not load. The log reports this as a failure to find the gphoto library:

os_dlopen(/home/username/snap/obs-studio/NNNN/.config/obs-studio/plugins/obs-gphoto/bin/64bit/obs-gphoto.so->/home/username/snap/obs-studio/NNNN/.config/obs-studio/plugins/obs-gphoto/bin/64bit/obs-gphoto.so): libgphoto2.so.6: cannot open shared object file: No such file or directory

Module '/home/username/snap/obs-studio/NNNN/.config/obs-studio/plugins/obs-gphoto/bin/64bit/obs-gphoto.so' not loaded

(For the record, this issue is also reported at obs-gphoto because I'm unclear which project is better positioned for any potential fix.)

This is a plugin that enables the use of tethered gPhoto-supported DSLRs as input sources (at least for Canons), which is highly useful for those of us who have a DSLR that is nicer than our USB or built-in webcam.

@flexiondotorg flexiondotorg added the enhancement New feature or request label Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants