주요 콘텐츠

updateLabelerCurrentTime

R2026b

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

(To be removed) Update current time in Lidar Labeler app

updateLabelerCurrentTime will be removed in a future release. Use lidar.connector.Connector instead. For information on updating your code, see Version History.

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

collapse all