如何在net beans中配置jmf
我正在使用 jmf 通过网络摄像头进行视频捕获。我对此很陌生,不知道如何使用 jmf。
我下载并安装了 jmf,它检测我的视频设备,但现在我想运行 java 代码来检测它。
请帮忙。
I am doing video capturing through webcam using jmf. i am very new to this and dont know how to use jmf.
I downloaded and installed jmf,it detects my video devise but now i want to run java code to detect the same.
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须下载 JMF 的 jar 文件,并将这些 jar 添加到库中。以下是使用 java 代码检测网络摄像头的示例代码的链接:
点击这里
请检查这个,它有效。我已经尝试过这个例子,它非常好。
You have to download the jar files of JMF ,and add these jar at the library .Here is the Link of example code for detecting the webcam using java code :
Click Here
Please Check this, it works.I have tried this example it is very good.