This method closes the connection to the Web(USB) camera.

[Visual Basic] Public Function Close() As Boolean
[C#] public bool Close();

Return Value

Returns True if successful, otherwise returns False

Explanation

The Close method closes the connection to the Web(USB) camera established by the Open method.

If successful, the State property will be changed. If unsuccessful, then "Step" will be set in the ErrorStatus property.

See Also

Preview Members | Newtone.ImageKit.Wpf.WebCamera.Preview

 

The ImageKit WPF is created by Newtone Corporation