Méthode | Description | |
---|---|---|
GetParamFloat ( string parameterName ) : float |
Get camera's parameter as float value. |
|
GetParamInt ( string parameterName ) : int |
Get camera's parameter as integer value. |
|
GetParamString ( string parameterName ) : string |
Get camera's parameter as string value. |
|
SetParam ( string parameterName, float value ) : void |
Set camera's parameter. |
|
SetParam ( string parameterName, int value ) : void |
Set camera's parameter. |
|
SignalToStop ( ) : void |
Signal video source to stop its work. |
|
Start ( ) : void |
Start video source. Starts video source and returns execution to caller. Video camera will be started and will provide new video frames through the NewFrame event. |
|
Stop ( ) : void |
Stop video source. The method stops the video source, so it no longer provides new video frames and does not consume any resources. |
|
WaitForStop ( ) : void |
Wait for video source has stopped. |
|
XimeaVideoSource ( int deviceID ) : System |
Initializes a new instance of the XimeaVideoSource class.
|
Méthode | Description | |
---|---|---|
Free ( ) : void | ||
WorkerThread ( ) : void |
public GetParamFloat ( string parameterName ) : float | ||
parameterName | string | Parameter name to get from camera. |
Résultat | float |
public GetParamInt ( string parameterName ) : int | ||
parameterName | string | Parameter name to get from camera. |
Résultat | int |
public GetParamString ( string parameterName ) : string | ||
parameterName | string | Parameter name to get from camera. |
Résultat | string |
public SetParam ( string parameterName, float value ) : void | ||
parameterName | string | Parameter name. |
value | float | Float parameter value. |
Résultat | void |
public SetParam ( string parameterName, int value ) : void | ||
parameterName | string | Parameter name. |
value | int | Integer parameter value. |
Résultat | void |
public XimeaVideoSource ( int deviceID ) : System | ||
deviceID | int | XIMEA camera ID (index) to connect to. |
Résultat | System |