Re: Twain driver problem
Posted by Gabriel Landini on Apr 28, 2011; 4:29pm
URL: http://imagej.273.s1.nabble.com/Twain-driver-problem-tp3684686p3684687.html
On Thursday 28 Apr 2011, Prof Jonathan Knowles wrote:
> When I run this, it starts fine, asks for a directory to put the images,
> then opens a small window asking for the number of images and the time in
> between on pressing OK it gets to the line run("Twain 6", "default");
> "Twain 6 command unknown".
Hi Jonathan,
I have no way of testing this because in linux, there is no twain driver, but
I wonder if the plugin file is where it should be (the error seems to indicate
that IJ cannot find it).
Is it compiled? (ie do you see the Twain_6.class file (note the underscore) in
the ImageJ/plugins folder? There are 2 files to download from the IJ site the
java file and the class file. You need the latter.
And if so, can you see "Twain 6" in the plugins menu? If not, then the plugin
is not loaded. It might be a corrupted file. I would try downloading it again.
I hope it helps.
Gabriel