Specifications

sharpVISION™ Camera
sharpVISION SDK Reference
32
3.2.9. SvGetParameterMin
SV_ERROR SvGetParameterMin( PSV_SETTINGS pSettings, SV_PARAM
paramKey, unsigned long *pValue)
Return values
SVC_SUCCESS if successful, otherwise
SVC_INVALIDHANDLE, if the camera handle is not valid.
SVC_NOTSUPPORTED, if the paramKey is not supported.
SVC_BADSETTINGS, if the SV_SETTINGS structure is not valid.
Parameters
pSettings
Specifies the pointer to the SV_SETTINGS structure the parameter is read from.
infoKey
Specifies which parameter the function returns.
pValue
Specifies the pointer to the parameter's value.
Remarks
This function reads the minimum value of a parameter.
See also: SvGetParameterMax, SvGetParameter