I found this module the other day, Win32::Scanner::EZTWAIN which uses the EZTWAIN Classic library ( ), which is the free version of EZTWAIN, and comes in a DLL format.
The module uses Win32::API to load the DLL and call its methods, but all the "acquire" methods seem to pop up a GUI window to take snapshots or scans from the TWAIN devices. I looked into the EZTWAIN library's documentation for more methods, but I haven't found one yet that can capture a picture without using the GUI (i.e. a completely automated process).
Does anybody have any experience with EZTWAIN Classic and can help me out? One of the main things I want to do with it is create a webcam program that can take pictures periodically, like every 5 or 10 seconds, and upload them over FTP to a web server. But since the acquire methods seem to use a GUI for me to manually snap the pictures, this doesn't seem very possible.
Any help would be appreciated.
-------------
Kirsle.net | Kirsle's Programs and Projects
The module uses Win32::API to load the DLL and call its methods, but all the "acquire" methods seem to pop up a GUI window to take snapshots or scans from the TWAIN devices. I looked into the EZTWAIN library's documentation for more methods, but I haven't found one yet that can capture a picture without using the GUI (i.e. a completely automated process).
Does anybody have any experience with EZTWAIN Classic and can help me out? One of the main things I want to do with it is create a webcam program that can take pictures periodically, like every 5 or 10 seconds, and upload them over FTP to a web server. But since the acquire methods seem to use a GUI for me to manually snap the pictures, this doesn't seem very possible.
Any help would be appreciated.
-------------
Kirsle.net | Kirsle's Programs and Projects