python-pillow / Sane

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

Add device name to progress callback #60

Closed ramdroid closed 3 years ago

ramdroid commented 4 years ago

I have a service that manages multiple scanners. In order to identify the scanner in the progress callback I added the name as parameter.

manisandro commented 3 years ago

Sorry for the late reply. I've added some specific review comments. But as a general question, what's the actual use case? You can't really perform scans in parallel? You should be able to keep track of which device is scanning by knowing on which device you actually started the scan.

manisandro commented 3 years ago

Closing as stale.