Skip to main content
Skip table of contents

svm_set_job(job_id)

Features

This function loads the Vision task corresponding to the input id into the SVM..

Parameters

Parameter NameData TypeDefault ValueDescription

job_id

int

-

Vision Task id (. 1000, 2000, …)

Return

ValueDescription

0

Job Loading success

-1

Job Loading fail

Example

PY
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
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.