Specifications
sharpVISION™ Camera
sharpVISION™ SDK Reference
26
3.2.3. SvReadDefaultSettings
SV_ERROR SvReadDefaultSettings( 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
Parameters
hCamera
Specifies the handle to an open camera.
pSettings
Specifies the pointer to the structure to be filled with the camera settings.
Remarks
This function reads the default settings of the specified camera and fills the SV_SETTINGS
structure. The structure is opaque and can be accessed only through the SvGetParameter
and SvSetParameter functions. To change a parameter on the camera, the entire structure
must be sent to the driver, using the SvSendCameraSettings function. The default state is
specific to each individual camera; some parameter defaults are factory calibrated.
See also: SvSendCameraSettings