Specifications

sharpVISION™ Camera
sharpVISION VISION SDK
31
3.2.8. SvGetParameter
SV_ERROR SvGetParameter( 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 a parameter from the opaque SV_SETTINGS structure.
See also: SvSetParameter