Tagged Questions

0
votes
0answers
27 views

SANE + Python, missing device after close statement

I'm having a trouble using SANE on Python to scan an image on a Kodak scanner. The real headache comes to when I close the scanner device after getting the image, it just disappears from the SANE …
1
vote
1answer
717 views

Using Python’s ctypes to pass/read a parameter declared as “struct_name *** param_name”?

I am trying to use Python's ctypes library to access some methods in the scanning library SANE. This is my first experience with ctypes and the first time I have had to deal with C datatypes in over …