Метод | Описание | |
---|---|---|
SignalToStop ( ) : void |
Signal video source to stop its work. Signals video source to stop its background thread, stop to provide new frames and free resources. |
|
Start ( ) : void |
Start video source. Starts video source and return execution to caller. Video source object creates background thread and notifies about new frames with the help of NewFrame event. |
|
Stop ( ) : void |
Stop video source. Stops video source aborting its thread. |
|
Video ( AForge.Robotics.TeRK.Qwerk qwerk ) |
Initializes a new instance of the Qwerk.Video class.
|
|
WaitForStop ( ) : void |
Wait for video source has stopped. Waits for video source stopping after it was signalled to stop using SignalToStop method. |
Метод | Описание | |
---|---|---|
Free ( ) : void |
Free resource.
|
|
WorkerThread ( ) : void |
Worker thread.
|
public Video ( AForge.Robotics.TeRK.Qwerk qwerk ) | ||
qwerk | AForge.Robotics.TeRK.Qwerk | Reference to |