Features
This function loads the Vision task corresponding to the input id into the SVM..
Parameters
|
Parameter Name |
Data Type |
Default Value |
Description |
|---|---|---|---|
|
job_id |
int |
- |
Vision Task id (예. 1000, 2000, …) |
Return
|
Value |
Description |
|---|---|
|
0 |
Job Loading success |
|
-1 |
Job Loading fail |
Example
Python
svm_connect() #Connect to vision - Vision IP, Default port
vision_test=1000 # Define vision job ID
svm_set_job(vision_test) # Load the vision_test (1000)
svm_disconnect() #Disconnect to vision