Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
However... when I run the script it fails with this error:#!/usr/bin/perl -w use strict; use Win32::API; use Win32::Scanner::EZTWAIN; my $path_to_dll="C:\\EZTW32\\eztw32.dll"; my $scanner = new Win32::Scanner::EZTWAIN(-dll => $path_to_dll); $scanner->select_image_source(); $scanner->acquire_to_file("P:\\USB-Camera-Image-Capture\\test.bmp" +);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: USB Camera Image Capture w/ Win32::Scanner::EZTWAIN
by cdarke (Prior) on Apr 14, 2010 at 18:31 UTC | |
by Anonymous Monk on Apr 14, 2010 at 18:43 UTC | |
|
Re: USB Camera Image Capture w/ Win32::Scanner::EZTWAIN
by Corion (Patriarch) on Apr 14, 2010 at 18:34 UTC | |
by Anonymous Monk on Apr 14, 2010 at 19:27 UTC |