|
Evo 7.12.0-TM26061101
Evo LPR Engine
|
SDK contents can be found under its installation directory.
Directory structure of Windows SDK is as follows.
Directory structure of Linux SDK is as follows.
This program is intended for test of Evo Snapshot Engine. It is based on command line interface and placed under 'Bin' directory in the SDK's installation directory.
| Flags | Explanation |
|---|---|
| --help | show detailed usage description. |
| --only_DDI | show DNN device information and terminate immediately |
| --DDI | show DNN device information. |
| --data_dir | set data directory used by the engine. By default, EVOENG_DATA_DIR environment variable is used. |
| --DDD | set DNN Device Descriptor. The default is 'normal(accuracy):CPU'. |
| --DRM | set DNN Run Mode. The default is 'latency'. |
| --shuffle | shuffle the order of all the input image files. |
| --num_inst | set number of created engine instances. The default is 1. |
| --no_gui | disable GUI and output only text. When GUI is not supported, use this option. |
| --img_fmt | set format of image files such as jpg, png, bmp, etc. The default is 'jpg'. |
| --search_rect | set the rectangle on image to search for license plates. The default is '0,0,0,0' as the whole image. |
| --country | set required country-code. The default is 'KOR'. For available country codes, refer to Country Codes. |
| Image_Dir | set the directory path in which inupt image files exist. In case of multiple instances, could be specified by the ones. |
This program is intended for test of Evo Triggered Snapshot Engine. It is based on command line interface and placed under 'Bin' directory in the SDK's installation directory.
| Flags | Explanation |
|---|---|
| --help | show detailed usage description. |
| --only_DDI | show DNN device information and termiate immediately |
| --DDI | show DNN device information. |
| --data_dir | set data directory used by the engine. By default, EVOENG_DATA_DIR environment variable is used. |
| --DDD | set DNN Device Descriptor. The default is 'normal(accuracy):CPU'. |
| --DRM | set DNN Run Mode. The default is 'latency'. |
| --search_rect | set the rectangle on image to search for license plates. The default is '0,0,0,0' as the whole image. |
| --country | set required country-code. The default is 'KOR'. For available country codes, refer to Country Codes. |
| --output_dir | set directory for captured images to be saved to. |
| Video_Source | specify URL of video streaming or path of video file. |
This program is intended for test of Evo Fully Automatic Video Engine. It is based on command line interface and placed under 'Bin' directory in the SDK's installation directory.
| Flags | Explanation |
|---|---|
| --help | show detailed usage description. |
| --only_DDI | show DNN device information and termiate immediately. |
| --DDI | show DNN device information. |
| --data_dir | set data directory used by the engine. By default, EVOENG_DATA_DIR environment variable is used. |
| --DDD | set DNN Device Descriptor. The default is empty to make the engine determine optimal one. |
| --DRM | set DNN Run Mode. The default is 'latency'. |
| --search_rect | set the rectangle on image to search for license plates. The default is '0,0,0,0' as the whole image. |
| --country | set required country-code. The default is 'KOR'. For available country codes, refer to Country Codes. |
| --output_dir | set directory for captured images to be saved to. |
| --gop_size | set Group-Of-Pictures, The default is 1. |
| --input_type | set source type of video stream. 'IPProto' if IP-Protocol based and 'GenICam' if GenICam based. the default is 'IPProto'. |
| Video_Source | specify URL of video streaming or path of video file. In case of GenICam, this is ignored. |