Capture Images from my webcam by Java Media Framework ?

  • Thread starter Thread starter Eng. MIraqi
  • Start date Start date
E

Eng. MIraqi

Guest
i have a code that capture images from my webcam,, and JMStudio knew that i have webcam in this name "vfw:Microsoft WDM Image Capture (Win32):0" and the locator in "vfw://0" . but in code when i write == > CaptureDeviceInfo ci = new CaptureDeviceManager.getDevice("vfw:Microsoft WDM Image Capture (Win32):0"); it returns null , but the MediaLocator ml= new MediaLocator("vfw://0");
it returns the true value ,, the question is==> why captureInfo returns null however it showen by JMStudio.. ? thanks
 
Back
Top