I have to do some image processing in Linux. I chose to use the JMF for my camera (a webcam). But my program is not able to access the camera, I get the error: javax.media.NoPlayerException: Cannot find a Player for :/dev/video0
. I tried the same program in Windows and it works fine.
The JMF is available for both Linux and Windows. And it may be installed in the OS itself or added in the project as the library. I tried both options. The driver for the camera is available in the OS, because the other software in the OS has the access to the camera. I tried it in my laptop and PC, but I am getting the same error.