Méthode | Description | |
---|---|---|
FlipVideo ( bool isFlipped ) : void |
Flip video capture or not (for use with upside-down camera).
|
|
SetQuality ( int quality ) : void |
Set video quality. The method sets video quality, which is specified in [1, 8] range - 1 is the highest quality level, 8 is the lowest quality level. |
|
SetResolution ( |
Set video resolution. |
|
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. |
|
WaitForStop ( ) : void |
Wait for video source has stopped. Waits for video source stopping after it was signalled to stop using SignalToStop method. |
Méthode | Description | |
---|---|---|
Free ( ) : void |
Free resource.
|
|
SRV1Camera ( |
||
WorkerThread ( ) : void |
Worker thread.
|
public FlipVideo ( bool isFlipped ) : void | ||
isFlipped | bool | Specifies if video should be flipped ( |
Résultat | void |
public SetQuality ( int quality ) : void | ||
quality | int | Video quality to set, [1, 8]. |
Résultat | void |
public SetResolution ( |
||
resolution | Video resolution to set. | |
Résultat | void |