使用 Java 从网络摄像头捕获并显示实时摄像头源
我需要一些帮助 - 作为一个 java 新手,我自己承担了用 Java(Java 7,就此而言)构建一种简化的 PhotoBooth 应用程序的任务作为学习练习。 不幸的是,我在这个主题上找到的稀有资源要么文档很少,要么严重过时(并且不再工作 - 我正在 Windows 和 Linux 中尝试它们)。
目前,我遇到的唯一解决方案是 FMJ 项目,但缺乏他的文档,并且我在启动源文件提供的最基本应用程序 - FmjStudio
时遇到问题。
我正在寻找任何教程、指南或资源(不一定与 FMJ 相关)来帮助像我这样的新手深入研究该主题。
提前致谢!
I'm need of some help - me, being the java novice I am, have taken upon myself the task of building a type of simplified PhotoBooth application in Java (Java 7, for that matter) as a learning exercise.
Unfourtanely, the rare resources I do find on the subject are either poorly documented or seriously outdated (and doesn't work anymore - I'm trying them in both Windows and Linux).
Currently, the only solution I came across is the FMJ project, but his documentation is lacking and I've been having problems starting the most basic app provided with the source files - FmjStudio
.
I'm looking for any tutorial, guide or resources (doesn't have to be related to FMJ) that will help a novice like me diving into the subject.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
还有 JavaCV,它可以连接到一些 API(包括 OpenCV)来提供相机捕获功能。
There's also JavaCV that hooks into a few APIs, including OpenCV, to provide camera capture.