Webcam cannot find a Player for :vfw://0
问题 I'm tryin to take a picture in my webcam, I'm just starting to use JMF I just need to take a picture with a webcam and save it to a specified directory I'm using this code import java.awt.Component; import javax.media.Manager; import javax.media.MediaLocator; import javax.media.Processor; import javax.media.protocol.FileTypeDescriptor; import javax.swing.JFrame; import javax.swing.JLabel; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * *