hy,
I am not able to capture any video from my webcam (Logitech USB Camera). I am working with Linux Red Hat 8, so maybe it's a Linux issue (I got the Linux-version jmf-2.1.1). Anyway, when I try to create a player or processor I get a NoPlayerException, but my webcam is found when i call Vector devices = CaptureDeviceManager.getDeviceList(new RGBFormat()) and I am able to locate the camera with MediaLocator loc = device.getLocator()(Media Location is v4l://0 in case it matters). But when I try to create a player I first get an IOException: Couldn't initialize capture device and a NoPlayerException.
JMStudio is able to initialize the capture device but I just get a black screen. But I can take snapshot images without a problem.
please help me...
I am not able to capture any video from my webcam (Logitech USB Camera). I am working with Linux Red Hat 8, so maybe it's a Linux issue (I got the Linux-version jmf-2.1.1). Anyway, when I try to create a player or processor I get a NoPlayerException, but my webcam is found when i call Vector devices = CaptureDeviceManager.getDeviceList(new RGBFormat()) and I am able to locate the camera with MediaLocator loc = device.getLocator()(Media Location is v4l://0 in case it matters). But when I try to create a player I first get an IOException: Couldn't initialize capture device and a NoPlayerException.
JMStudio is able to initialize the capture device but I just get a black screen. But I can take snapshot images without a problem.
please help me...