Main Content

updateLabelerCurrentTime

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

Update current time in Lidar Labeler app

Since R2020b

Syntax

updateLabelerCurrentTime(syncImageObj,newTime)

Description

updateLabelerCurrentTime(syncImageObj,newTime) updates the current time in the Lidar Labeler app to newTime. The client calls this method using the syncImageObj object.

Note

The client class can call this method.

Input Arguments

expand all

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

Current time for Lidar Labeler app, specified as a real scalar in seconds. The newTime value sets the current time in the Lidar Labeler app.

Version History

Introduced in R2020b