Get camera's parameter as float value.

Namespace:  AForge.Video.Ximea
Assembly:  AForge.Video.Ximea (in AForge.Video.Ximea.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public float GetParamFloat(
	string parameterName
)

Parameters

parameterName
Type: System..::.String
Parameter name to get from camera.

Return Value

Returns float value of the requested parameter.

Remarks

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

Exceptions

ExceptionCondition
AForge.Video..::.VideoExceptionAn error occurred while communicating with a camera. See error message for additional information.
AForge..::.NotConnectedExceptionNo camera was opened, so can not access its methods.

See Also