At present im developing an application that uses a webcam. The program works fine but the problem however is, it is only limited to using MS webcam, is use a string to do this:
is there a way to make this so that i will assign the jmf registry of whatever webcam is connected on the user's computer to the string strCampInput?Code://code by K0502201 [KU]
String strCamInput = "vfw:Microsoft WDM Image Capture (Win32):0";
Any advice is greatly appreciated
Greyskull
