views:

123

answers:

2

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.

A: 

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!

Suraj Chandran
A: 

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.

bastianneu