Completed
Last Updated: 19 Jul 2019 14:31 by ADMIN
Release LIB 2019.2.722 (22/7/2019)
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]); 
1 2