Click or drag to resize
Accord.NET (logo)

XimeaCameraClose Method

Close opened camera (if any) and release allocated resources.

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax
public void Close()
Request Example View Source
Exceptions
ExceptionCondition
VideoExceptionAn error occurred while communicating with a camera. See error message for additional information.
Remarks

Note Note
The method also calls StopAcquisition method if it was not done by user.

See Also