I want to get information from my webcam using jmf. I'm using this code:
CaptureDeviceInfo deviceInfo = CaptureDeviceManager.getDevice("USB2.0 UVC1.3M Webcam");
System.out.println(deviceInfo);
Why is the result null?
I want to get information from my webcam using jmf. I'm using this code:
CaptureDeviceInfo deviceInfo = CaptureDeviceManager.getDevice("USB2.0 UVC1.3M Webcam");
System.out.println(deviceInfo);
Why is the result null?