Questions tagged [morena]

Morena 7 is a framework for Java that acts as a bridge between image acquisition hardware (scanner, camera) and a Java Application or Applet.

6 questions
2
votes
1 answer

How to kill jni process which derived from java

I want to connect sharp network scanner using morena api and twain. Everything is ok if scanner is reachable but when scanner is not reachable, jni library opens a select scanner window. I think it is twain ds screen, I want to disable this screen.…
maskapsiz
  • 244
  • 5
  • 23
1
vote
1 answer

Scanning with Morena generates error: Failed to load twain_32.dll

I am working on a scan applet for browser. I use Morena 6.4. Everything works on my local PC. Sometimes this applet is started behind Citrix application server (4.5 version). Everything for image scanning is configured ok - some native applications…
Denis
  • 196
  • 1
  • 10
0
votes
1 answer

Morena 7 Scanner completely ignores settings

I'm trying to setup Morena 7 in my java application, but i can't configure my scanner from my code, it ignores the settings i set. Even though my scanner works with the example projects they provide with every supported setting. I have searched the…
0
votes
1 answer

Device detection morena 6

As specified i have a problem with the detection of my cannon material DR-M160ii. When I run the test provided the material is detected but when I include it in a project there is the error: Failed to get list of twain sources…
nab
  • 1
  • 2
0
votes
3 answers

Morena version 6 vs 7

We are currently using the Morena 6 lib to scan images. Morena 6 internally uses the TWAIN protocol and we got a big issue. All our scanners install a 32 bit TWAIN driver, so we cannot use it when we start a 64 bit version of Java. We can now switch…
Sergiy Medvynskyy
  • 11,160
  • 1
  • 32
  • 48
-2
votes
1 answer

how to identify or detect scanner from network using java library in spring boot?

I am using ubuntu 16.04, 64 bit OS . I am trying to scan image from scanner. I am trying since 5 days. I have used Jsane , twain. i have also try to search Jsane and twain dependency for maven project but i was fail. I have also try to find morena…