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 the Close method is executed without executing the Open method then "Step" will be set in the ErrorStatus property.

See Also

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

 

The ImageKit WPF is created by Newtone Corporation