python-pillow / Sane

Python interface to the SANE scanner and frame grabber
Other
55 stars 19 forks source link

Sane.initiate() works but no scanner detected #68

Open ilkaynazli opened 3 years ago

ilkaynazli commented 3 years ago

Hey, I'm working on a project where I create an app that uses python-sane that detects scanners and scans, etc. The scanner I have works by itself if I use the program that comes with the scanner. However, sane.get_devices() does not recognize any scanners and returns an empty list. I'm a bit confused why this is happening amd how to troubleshoot it. TIA