JMF 找不到 video.properties 文件
我的代码在尝试创建 FrameGrabber 时找不到它。当我在资源管理器中搜索它时,没有找到它。我需要做一些明显的事情来生成它吗?
My code doesn't find it when trying to create a FrameGrabber. When I did a search for it in Explorer, it wasn't found. Is there something obvious I need to do to generate it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在 CLASSPATH 中添加了 JMF.jar 文件!
检查这个问题how-to-capture-video-using -jmf-but-without-installing 用于配置 JMF。
和 required-jars-for-video-recording-using-jmf .
将帮助您解决问题。
Have you added JMF.jar file in CLASSPATH!
check this Question how-to-capture-video-using-jmf-but-without-installing for configuring JMF.
and required-jars-for-video-recording-using-jmf.
will help you sort your problem.