Specifications

sharpVISION™ Camera
sharpVISION VISION SDK
19
3.1.3. SvLoadDriver
SV_ERROR SvLoadDriver( void )
Return values
SVC_SUCCESS if successful, otherwise
SVC_DRIVERALREADYLOADED if the driver is already loaded.
SVC_OUTOFMEMORY if not enough memory could be allocated for the driver.
SVC_NOFIREWIREDRIVER, if the firewire driver could not be found.
SVC_FIREWIREFAULT, if an error occurred while calling the firewire driver.
Parameters
None
Remarks
The routine loads the sharpVISION driver DLL and initializes it. It must be called before any
other routine, except SvGetVersion.
See also: SvUnloadDriver