Main Content

disconnect

Class: driving.connector.Connector
Namespace: driving.connector

Disconnect external tool from Ground Truth Labeler app

Syntax

disconnect(connectorObj)

Description

disconnect(connectorObj) disconnects the interface between an external tool and the Ground Truth Labeler app. The client calls this method using the connectorObj object. After the external tool is disconnected, the Ground Truth Labeler app no longer calls the frameChangeListener method in the client class.

Note

The client class can call this method.

Input Arguments

expand all

Connector object, specified as a driving.connector.Connector object.

Version History

Introduced in R2017a