java 捕获网络摄像头图像
Possible Duplicate:
Capturing image from webcam in java?
What are the options for capturing image from webcam in java?
I know that JMF is a useful library for this, but it hasn't been updated in the past few years and I would rather not use it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能很旧,但它相当可靠且简单。尝试一下!
您可以找到诸如 FMJ 之类的替代方案,它与 JMF 的 API 兼容。
Xuggle 也非常好。
May be old, but it is quite reliable and simple. Give it a try!
You can find alternatives like FMJ, which is API-compatible with JMF.
Xuggle is very good too.
这个 JavaCV 实现工作得很好。
代码:
还有发布关于从摄像头观看实时视频的帖子。并且JavaCV 配置:
您可以修改代码并能够定期保存图像并执行您想要的其余处理。
This JavaCV implementation works fine.
CODE:
There is also post on viewing live video from Camera .And configuration for JavaCV :
You can modify the codes and be able to save the images in regular interval and do rest of the processing you want.