Specifications

sharpVISION™ Camera
sharpVISION VISION SDK
27
3.2.4. SvReadCameraSettings
SV_ERROR SvReadCameraSettings ( 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 current 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.
See also: SvSendCameraSettings