需要从网络摄像头捕获图像
我正在开发一个项目,我必须从网络摄像头捕获图像。我想到使用 LTI-CIVIL api这个目的。但它不适用于 64 位操作系统(我尝试在 Windows 7(64 位)上运行演示程序,但没有成功)。
请让我知道如何使 LTI-CIVIL api 在 64 位操作系统上工作。或者如果您知道任何其他可在 64 位操作系统上工作的 API(开源或至少免费)。提前致谢。
I am working on a project where I have to capture images from webcam.I thought of using LTI-CIVIL api for this purpose. But it does not work on 64-bit os(I tried to run demo programs on windows 7(64-bit), it didn't work).
Please let me know how to make LTI-CIVIL api work with 64-bit os.Or If you know any other API(Open source or at least free) which will work with 64-bit os.Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不熟悉 LTI-CIVIL,但具有适用于 Linux 和 Mac 64 位但仅限 Windows 32 x86 的本机实现(swt 和捕获 dll),因此尝试在 Windows x64 中使用 32 位 JRE 以便链接 LTI-CIVIL 的 32 位 dll。此类问题与 JRE 有关,而不是 Windows 体系结构(32 与 64)有关。
Not versed on LTI-CIVIL, but has native implementations (swt and capture dll) for Linux and Mac 64bit but only Windows 32 x86, so try to use a 32bit JRE in Windows x64 in order to link the 32bit dll of LTI-CIVIL. this kind of problems are related to the JRE, not the Windows architecture (32 vs 64).
我遇到了同样的问题,从 Jar 7 更改为 Jar 6 后问题就消失了
I had the same problem, after i change from Jar 7 to Jar 6 the problem is gone