Click or drag to resize
Accord.NET (logo)

XimeaCameraStartAcquisition Method

Begin camera's work cycle and start data acquisition from it.

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax
public void StartAcquisition()
Request Example View Source
Exceptions
ExceptionCondition
VideoExceptionAn error occurred while communicating with a camera. See error message for additional information.
NotConnectedExceptionNo camera was opened, so can not access its methods.
Remarks

The IsAcquisitionStarted property can be used at any time to find if the acquisition was started or not.

See Also