Specifications

sharpVISION™ Camera
sharpVISION VISION SDK
29
3.2.6. SvQueueCameraSettings
SV_ERROR SvQueueCameraSettings ( SV_HANDLE hCamera, PSV_SETTINGS
pSettings, SV_AsyncCallback pfnCallback, unsigned long nFlags, void *pUser,
unsigned long nUserData)
Return values
SVC_SUCCESS if successful, otherwise
Parameters
hCamera
Specifies the handle to an open camera.
pSettings
Specifies the pointer to the structure that contains the camera settings.
pfnCallback
Specifies the pointer to the callback routine. The routine is called by the driver when the
settings are changed. See SC_AsynchCallback.
nFlags
Specifies the flags. See Appendix.
pUser
Specifies the pointer to user data. The pointer is passed to the callback rouitne when it's
called.
nUserData
Specifies the value of user data.
Remarks
This function queues up a change to the camera state. This function returns immediately.
When the camera state has changed, you will receive a callback if desired.
See also: SVSendCameraSettings