Specifications

sharpVISION™ Camera
sharpVISION VISION SDK
95
7.3.3. IdtSvGetParameter
[nResult, nValue, nMinValue, nMaxValue] = SharpML (‘IdtSvGetParameter’,
nCameraId, nParamKey)
Inputs
nCameraId
Specifies a valid camera ID
nParamKey
Specifies the index of the parameter
Outputs
nResult
Specifies the return error code of the function (0 if the function is successful, otherwise not 0)
nValue
Specifies the current value of the parameter
nMinValue
Specifies the minimum value of the parameter
nMaxValue
Specifies the maximum value of the parameter
Remarks
This function reads a specific configuration parameter from the camera and returns the
parameter value, the minimum and the maximum. The parameter key is one of the input
parameters. A list of the parameters constants is available in Appendix C. If any error occurs
during the operation, the routine returns an error code in the nResult variable, otherwise it
returns 0.
See also: IdtSvSetParameter