Specifications

sharpVISION™ Camera
sharpVISION SDK Reference
30
3.2.7. SvSetParameter
SV_ERROR SvSetParameter ( PSV_SETTINGS pSettings, SV_PARAM paramKey,
unsigned long nValue)
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 written to.
infoKey
Specifies which parameter the function sets.
nValue
Specifies the parameter's value.
Remarks
This function write a parameter to the opaque SV_SETTINGS structure. The parameter will
not change on the camera until the entire structure is sent to the driver calling the
SvSendCameraSettings or SvQueueCameraSettings functions.
See also: SvGetParameter, SvSendCameraSettings, SvQueueCameraSettings