vote up 0 vote down star

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.

flag

0% accept rate

2 Answers

vote up 0 vote down

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!

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.