Main Content

frameChangeListener

Class: lidar.syncImageViewer.SyncImageViewer
Namespace: lidar.syncImageViewer

Update external tool when new frame is displayed in Lidar Labeler app

Since R2020b

Syntax

frameChangeListener(syncImageObj)

Description

frameChangeListener(syncImageObj) 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.

Note

The client class must implement this method.

Input Arguments

expand all

Synced image viewer, specified as a lidar.syncImageViewer.SyncImageViewer object.

Version History

Introduced in R2020b