How to enable camera light on Windows 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
Visit our GitHub page to get more code samples.