Last Updated:
19 Jul 2019 14:31
by ADMIN
A black screen and disabled camera buttons are present if the control is setup by Initialize method using the following code:
var devices = RadWebCam.GetVideoCaptureDevices();
var formats = RadWebCam.GetVideoFormats(devices[0]);
this.webcam.Initialize(devices[0], formats[0]);