vision.labeler.loading.HesaiLidarSource Class
R2026bNamespace: vision.labeler.loading
Superclasses: vision.labeler.loading.MultiSignalSource
Description
The vision.labeler.loading.HesaiLidarSource class creates an interface
for loading a signal from a Hesai packet capture (PCAP) lidar data source into the Multi-Sensor Labeler app. In the Add Signal dialog box of the app, when
Source Type is set to Hesai Lidar, this
class controls the parameters in that dialog box.

To access this dialog box, in the app, select Import > Add Signal.
This class loads Hesai PCAP files from the device models accepted by the hesaiFileReader function.
The vision.labeler.loading.HesaiLidarSource class is a handle class.
Creation
When you export labels from a Multi-Sensor Labeler app session that contains a
Hesai lidar source, the exported groundTruthMultiSensor object stores an
instance of this class in its DataSource property.
To create a HesaiLidarSource object programmatically, such as when
programmatically creating a groundTruthMultiSensor object, use the
vision.labeler.loading.HesaiLidarSource function (described
here).
Description
creates a hesaiSource = vision.labeler.loading.HesaiLidarSourceHesaiLidarSource object for loading a signal from a
Hesai lidar data source. To specify the data source and the parameters required to
load the source, use the loadSource method.
Properties
Methods
Version History
Introduced in R2026b