Specifications

sharpVISION™ Camera
sharpVISION SDK Reference
28
3.2.5. SvSendCameraSettings
SV_ERROR SvSendCameraSettings ( SV_HANDLE hCamera, PSV_SETTINGS
pSettings )
Return values
SVC_SUCCESS if successful, otherwise
SVC_INVALIDHANDLE, if the camera handle is not valid.
SVC_BADSETTINGS, if the SV_SETTINGS structure is not valid.
SVC_OUTOFMEMORY, if not enough memory is available.
Parameters
hCamera
Specifies the handle to an open camera.
pSettings
Specifies the pointer to the structure that contains the camera settings.
Remarks
The state contained in the SV_SETTINGS structure is validated, modified if necessary, then
sent to the camera. The structure is opaque and can be accessed only through the
SvGetParameter and SvSetParameter functions.
See also: SvReadDefaultSettings, SvReadCameraSettings