After finding out how to retrieve driver and device information from the Device Manager in Windows, I want to know how I can get the camera information on my computer. I am using C#. I can't find a suitable class listed on MSDN:
Computer System Hardware Classes
As can be seen in this image, the camera is located under the image processing devices.
Is there any possibility to check if the camera is activated?
EDIT: The device is deactivated:
What I want to know is the following: Can I check the device's status code (currently 22) or some other property to check if the device is activated?