从Java获取图像采集硬件

前端之家收集整理的这篇文章主要介绍了从Java获取图像采集硬件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何从 Windows中的硬件扫描仪实现图像采集?我找到了 JTwain库,但它是商业的.有免费的框架吗?关于这个的任何信息?

解决方法

这是一个 article讨论如何使用TWAIN实现自己的API(令人困惑的也称为JTwain).

来自文章

Java’s lack of a standard
image-acquisition API is an oversight
that hopefully will be rectified in a
future release. Until that time,
however,we can either purchase a
commercial API or create our own API.

We can base our API on either of the TWAIN or SANE specifications. So far,we’ve only looked at TWAIN,in terms of the big picture and important details. We have also explored the very simple TWAIN-based JTwain API and played with a simple JTwainDemo application that demonstrates JTwain.

原文链接:https://www.f2er.com/java/129745.html

猜你在找的Java相关文章