Completed
Last Updated: 01 Oct 2019 10:55 by ADMIN
Release LIB 2019.2.805
Add an API that allows you to hide the Start Recording and Take Snapshot buttons.
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