Skip to main content

How to enable camera light on Windows 10+ Tablet?

Products: Video Capture SDK .Net

You can enable camera light on Windows 10+ Tablet using the Video_CaptureDevice_LightAsync method.

Code sample

await VideoCapture1.Video_CaptureDevice_LightAsync(true);

The sample application is available in our repository.

An additional NuGet package is required.

Required redists

How can the required redists be installed or deployed to the user's PC?


Visit our GitHub page to get more code samples.