Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Fix crash on Fedora systems due to provider libusb#86

Merged
GuLinux merged 1 commit intomasterfrom
fix_fedora_libusb_crash
Jun 9, 2019
Merged

Fix crash on Fedora systems due to provider libusb#86
GuLinux merged 1 commit intomasterfrom
fix_fedora_libusb_crash

Conversation

@GuLinux
Copy link
Copy Markdown
Owner

@GuLinux GuLinux commented Jun 9, 2019

Apparently fedora's provided libusb doesn't work well with ASI driver, hence we'll be using a static git compiled version by default from now on.

OpenCV also has to be statically linked since it depends on libusb as well.

  • Add static libusb to Fedora docker images
  • Add static opencv to Fedora docker images (as libusb is pulled as an opencv indirect dependency)
  • Add safety mutex to prevent cameras double scan being triggered
  • Fix docker.py script with relative paths

Fixes #59

 - Add static libusb to Fedora docker images
 - Add static opencv to Fedora docker images (as libusb is pulled as an opencv indirect dependency)
 - Add safety mutex to prevent cameras double scan being triggered
 - Fix docker.py script with relative paths
@GuLinux GuLinux merged commit 16a21ba into master Jun 9, 2019
@GuLinux GuLinux deleted the fix_fedora_libusb_crash branch June 9, 2019 16:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Camera > Open menu not working

1 participant