Cannot export LAZ files via CMD (Ubuntu)
Posted: Thu May 30, 2024 9:06 am
Hello,
I'm trying to convert a mesh PLY file to a point cloud and trying to export that point cloud in LAS/LAZ file formats.
I can do that with GUI but I'm facing the following error via linux command line:
Command:
OS: Ubuntu 22.04.4 LTS
CC version: 2.13.1 (Kharkiv)
Is there anything I'm doing wrong?
I'm trying to convert a mesh PLY file to a point cloud and trying to export that point cloud in LAS/LAZ file formats.
I can do that with GUI but I'm facing the following error via linux command line:
Code: Select all
Unhandled format specifier (LAS)
Code: Select all
CloudCompare -SILENT -VERBOSITY 1 -AUTO_SAVE OFF -o abc-ply.ply -SAMPLE_MESH POINTS 10000000 -C_EXPORT_FMT LAS -EXT LAZ
CC version: 2.13.1 (Kharkiv)
Is there anything I'm doing wrong?