|
XimeaVideoSourceGetParamInt 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
)
Public Function GetParamInt (
parameterName As String
) As Integer
Request Example
View SourceParameters
- parameterName
- Type: SystemString
Parameter name to get from camera.
Return Value
Type:
Int32Returns integer value of the requested parameter.
Remarks See Also