Specifications
sharpVISION™ Camera
sharpVISION™ SDK Reference
24
3.2. Configuration Functions
3.2.1. Overview: Configuration functions
The configuration functions allow the user to control the status of the sharpVISION camera.
SvGetCameraInfo gets independent information from the camera, such as serial number,
CCD type, etc.
SvReadDefaultSettings reads default settings in the SV_SETTINGS opaque structure.
SvReadCameraSettings reads camera settings in the SV_SETTINGS opaque structure.
SvSendCameraSettings sends settings to the camera.
SvValidateSettings validates and updates a camera state.
SvQueueCameraSettings queues camera settings.
SvSetParameter sets the camera parameters in the SV_SETTINGS opaque structure.
SvGetParameter gets the parameters from the SV_SETTINGS opaque structure.
SvGetParameterMin gets a parameter's minimum value.
SvGetParameterMax gets a parameter's maximum value.
SvEnableStreaming enables/disables data streaming.