Hi all,
I want to know if the system has a attached webcam. How should i proceed? I want to do it with java language.
Hi all,
I want to know if the system has a attached webcam. How should i proceed? I want to do it with java language.
Not sure, but there are similar questions in SO: Capture image from Webcam and Capture images from video device
Maybe you wanna check them out!
If you want to find out what type of peripherals are attached to your computer via USB for example you have to understand how USB works.
Here are some interessting Links for you:
If you already know what type of camera it could be...you could search the computer for specific driver files. From that point on you can check if it is active or not.