Specifications

sharpVISION™ Camera
sharpVISION SDK Reference
96
7.3.4. IdtSvSetParameter
[nResult] = SharpML (‘IdtSvSetParameter’, nCameraId, nParamKey, nValue)
Inputs
nCameraId
Specifies a valid camera ID
nParamKey
Specifies the index of the parameter
nValue
Specifies the value of the parameter
Outputs
nResult
Specifies the return error code of the function (0 if the function is successful, otherwise not 0)
Remarks
This function writes a specific configuration parameter to the camera. The parameter key is
one of the input parameters. A list of the parameters indexes 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: IdtSvGetParameter