Click or drag to resize
Accord.NET (logo)

XimeaVideoSourceStart Method

Start video source.

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax
public void Start()
Request Example View Source

Implements

IVideoSourceStart
Exceptions
ExceptionCondition
ArgumentExceptionThere is no XIMEA camera with specified ID connected to the system.
VideoExceptionAn error occurred while communicating with a camera. See error message for additional information.
Remarks
Starts video source and returns execution to caller. Video camera will be started and will provide new video frames through the NewFrame event.
See Also