Specifications
sharpVISION™ Camera
sharpVISION™ SDK Reference
34
3.2.11. SvEnableStreaming
SV_ERROR SvEnableStreaming( SV_HANDLE hCamera, unsigned long bEnable )
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.
bEnable
Specifies whether the streaming is to be enabled or not. If the parameter is non zero, the
streaming is enabled. If the parameter is zero, the streaming is disabled.
Remarks
This function enables or disables the camera streaming. When a camera is streaming, the
frame rate is higher and the frames can be grabbed faster. When a camera is not streaming,
the driver will automatically start and stop the firewire stream for each frame grab, so the rate
is slower.
See also: