加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Java > 正文

从Java获取图像采集硬件

发布时间:2020-12-15 00:47:03 所属栏目:Java 来源:网络整理
导读:如何从 Windows中的硬件扫描仪实现图像采集?我找到了 JTwain库,但它是商业的.有免费的框架吗?关于这个的任何信息? 解决方法 这是一个 article讨论如何使用TWAIN实现自己的API(令人困惑的也称为JTwain). 来自文章: Java’s lack of a standard image-acqu
如何从 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.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读