This method retrieves the name of the video device.
[Visual Basic] Public Function
GetVideoDevices() As String()
[C#] public string[] GetVideoDevices();
Return Value
Returns an array of type String if successful, otherwise returns null[C#] or nothing[Visual Basic]
Explanation
The GetVideoDevices method retrieves the name of the video device. If unsuccessful, "DirectX" or "Connect" will be set in the ErrorStatus property.
See Also
Preview Members | Newtone.ImageKit.Win.WebCamera.Preview