readFrame
Read Velodyne point cloud from file
Syntax
Description
reads the next point cloud in sequence from the Velodyne® PCAP file and returns a ptCloud
= readFrame(veloReader
)pointCloud
object.
reads the point cloud with the specific frame number from the file.ptCloud
= readFrame(veloReader
,frameNumber
)
reads the first point cloud recorded at or after the given
ptCloud
= readFrame(veloReader
,frameTime
)frameTime
.
[
returns the timestamps for all points in the point cloud using any combination of
input arguments from previous syntaxes.ptCloud
,pointTimestamps
] = readFrame(___)