简体   繁体   English

在没有JMF的情况下以Java拍摄网络摄像头快照?

[英]Take webcam snapshot in java without JMF?

I was wondering what I would need to read up on in order to take a snapshot with java? 我想知道要使用Java拍摄快照需要读什么?

I don't want to use any external libraries... I want to do it all myself for the purpose of learning. 我不想使用任何外部库...我想自己做所有以学习为目的。 If you could point me in the right direction that would be great. 如果您能指出正确的方向,那就太好了。

Check out xuggle -- superb lib, which works under both Linux and Windows. 查看xuggle-一流的lib,可在Linux和Windows下使用。 That is an external lib, but it is open source and thus you can grab their code and see how it is implemented. 那是一个外部库,但是它是开源的,因此您可以获取他们的代码并查看其实现方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM