Completed
Last Updated: 19 Jul 2019 14:31 by ADMIN
Release LIB 2019.2.722 (22/7/2019)
Dinko
Created on: 30 May 2019 06:51
Category: WebCam
Type: Bug Report
4
WebCam: Camera does not start after calling Initialize method
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]); 
0 comments