Manipulation of Qwerk robotics board.

The Qwerk..::.Video type exposes the following members.

Constructors

  NameDescription
Qwerk..::.Video
Initializes a new instance of the Qwerk..::.Video class.

Methods

  NameDescription
SignalToStop
Signal video source to stop its work.
Start
Start video source.
Stop
Stop video source.
WaitForStop
Wait for video source has stopped.

Properties

  NameDescription
BytesReceived
Received bytes count.
FrameInterval
Frame interval.
FramesReceived
Received frames count.
IsRunning
State of the video source.
Source
Video source string.

Events

  NameDescription
NewFrame
New frame event.
PlayingFinished
Video playing finished event.
VideoSourceError
Video source error event.

See Also