问题描述
我正在开始一个项目,在这个项目中,我将尝试将相机模块输入到我的Java程序中.即使经过长时间的研究,我对于从何处着手还是一无所知.我有几个问题,任何帮助将不胜感激.
我应该在相机模块中寻找什么类型的输出?
如何将视频从相机流传输到计算机?
我会使用JMF来获取我的相机作为源,然后显示视频吗?
您将采用什么方法来完成这项任务(相机/方法)?
谢谢!
I am beginning a project in which I will attempt to have a camera module feed into my java program. I am kind of clueless as to where to start with this, even after long hours of research. I have a few questions, and any help would be greatly appreciated.
What type of output should I be looking for in my camera module?
How would I get the video to stream from my camera to my computer?
Would I be using JMF to get my camera as a source and then display the video?
What approach would you take in accomplishing this task (camera/methodology)?
Thanks!
推荐答案
这篇关于相机集成到Java程序中.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!