frameChangeListener
R2026bClass: lidar.syncImageViewer.SyncImageViewer
Namespace: lidar.syncImageViewer
(To be removed) Update external tool when new frame is displayed in Lidar Labeler app
frameChangeListener will be removed in a future release.
Use lidar.connector.Connector instead.
For information on updating your code, see Version
History.
Syntax
frameChangeListener(syncImageObj)
Description
frameChangeListener( provides an
option to synchronize an external tool with the frame changes in the Lidar Labeler app. The app calls this method when a new frame is displayed in the
app. If the slider is between two timestamps, then the app displays the frame that is at the
previous timestamp.syncImageObj)
Note
The client class must implement this method.