Click or drag to resize
Accord.NET (logo)

XimeaVideoSourceGetParamString Method

Get camera's parameter as string value.

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

Parameters

parameterName
Type: SystemString
Parameter name to get from camera.

Return Value

Type: String
Returns string value of the requested parameter.
Remarks

Note Note
The call is redirected to GetParamString(String).

See Also