Click or drag to resize
Accord.NET (logo)

XimeaCameraGetParamInt Method

Get camera's parameter as integer value.

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax
public int GetParamInt(
	string parameterName
)
Request Example View Source

Parameters

parameterName
Type: SystemString
Parameter name to get from camera.

Return Value

Type: Int32
Returns integer value of the requested parameter.
Exceptions
ExceptionCondition
VideoExceptionAn error occurred while communicating with a camera. See error message for additional information.
NotConnectedExceptionNo camera was opened, so can not access its methods.
Remarks

See CameraParameter class for the list of some possible configuration parameters. See XIMEA documentation for the complete list of supported parameters.

See Also