|
XimeaVideoSourceGetParamFloat Method
|
Get camera's parameter as float value.
Namespace:
Accord.Video.Ximea
Assembly:
Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax public float GetParamFloat(
string parameterName
)
Public Function GetParamFloat (
parameterName As String
) As Single
Request Example
View SourceParameters
- parameterName
- Type: SystemString
Parameter name to get from camera.
Return Value
Type:
SingleReturns float value of the requested parameter.
Remarks See Also