Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑创建一个项目来控制我在 java 中的集成网络摄像头。
我试过搜索,发现我们需要使用 JMF 来处理这种东西。但我找不到任何从头开始解释 JMF 的好书或书籍。
实际上,我使用Xuggler比使用 FMJ 或 JMF 更成功。这是一个从网络摄像头显示的演示程序:
https://github.com/artclarke/xuggle-xuggler/blob/master/src/com/xuggle/mediatool/demos/DisplayWebcamVideo.java
以下链接通过很好的示例解释了 JMF:
http://grack.com/downloads/school/enel619.10/report/java_media_framework.html