Back to Aurora Vision Library Lite website
You are here: Start » Camera Support » SmartRay » SmartRay_LoadSmartXtractPreset
SmartRay_LoadSmartXtractPreset
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Loads SmartXtract preset data from file to SmartRay device.
Syntax
void avl::SmartRay_LoadSmartXtractPreset ( SmartRay_State& ioState, const atl::String& inAddress, int inPort, int inConnectionTimeout, const atl::File& inFile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | SmartRay_State& | Object used to maintain state of the function. | ||
![]() |
inAddress | const String& | \"192.168.178.200\" | Device identifying address | |
![]() |
inPort | int | 40 | Device identifying network port | |
![]() |
inConnectionTimeout | int | 1 - 1000 | 60 | Timeout in second |
![]() |
inFile | const File& |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


