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

Record Members | Newtone.ImageKit.Wpf.WebCamera.Record

 

The ImageKit WPF is created by Newtone Corporation