gonzalo / gphoto2-updater

Gphoto2 compiler and installer script. This script was initially created for Raspbian and Raspberry Pi but it is also tested for Ubuntu and Debian Jessie & Wheezy.
http://github.com/gonzalo/gphoto2-updater
292 stars 72 forks source link

Olympus cameras not working on Buster #76

Closed bezineb5 closed 4 years ago

bezineb5 commented 4 years ago

Hello,

I've had issues with Olympus cameras on buster-based OS (Raspberry Pi OS and Python docker images) linked to the wrong libusb being used. Olympus cameras are not compatible with libusb0, they require libusb1. See https://github.com/gphoto/libgphoto2/issues/229 and https://github.com/gonzalo/gphoto2-updater/issues/36.

I'm going to submit a PR to force the version of libusb, if it's ok with you.

Thanks!