Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 twain 2.1 连接到扫描仪。如何将扫描仪设置为仅扫描页面的一部分而不显示扫描仪的预览页面。我使用了 source.setRegionOfInterest 方法,但它没有完成扫描,并且扫描仪在重新启动之前无法使用。
要获取的图像区域将始终是一个称为框架的矩形。页面上可能有一个或多个框架。TW_FRAME 结构指定要获取的帧的 Left、Right、Top 和 Bottom 的值。