tags:

views:

112

answers:

1

In Skype, if the webcam is in use, it shows a relevant message. Is this possible using Win API?

A: 

I know absolutely nothing about the imaging API, but I suppose that you may simply try to open the webcam and check the error code: probably there's an error code that means "device already open". If you get that code you can display a relevant error message.

Matteo Italia