Begin camera's work cycle and start data acquisition from it.
Namespace:
AForge.Video.XimeaAssembly: AForge.Video.Ximea (in AForge.Video.Ximea.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public void StartAcquisition() |
Remarks
The IsAcquisitionStarted property can be used at any time to find if the acquisition was started or not.
Exceptions
Exception | Condition |
---|---|
AForge.Video..::.VideoException | An error occurred while communicating with a camera. See error message for additional information. |
AForge..::.NotConnectedException | No camera was opened, so can not access its methods. |