Question

I want to know if the system has a attached webcam. How should i proceed? I want to do it with java language.

Was it helpful?

Solution

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:

USB Faq

Developer Info

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.

OTHER TIPS

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top