Search found 2 matches

by abdulaerodyne
Fri May 31, 2024 7:39 am
Forum: Issues, bugs, etc.
Topic: Cannot export LAZ files via CMD (Ubuntu)
Replies: 3
Views: 9859

Re: Cannot export LAZ files via CMD (Ubuntu)

No, it doesn't work without -EXT as well.

Command used for reference:

CloudCompare -SILENT -VERBOSITY 1 -AUTO_SAVE OFF -o abc-ply.ply -SAMPLE_MESH POINTS 1000000 -C_EXPORT_FMT LAS

Still getting:

Unhandled format specifier (LAS)


Update:

Getting similar error on E57 file type as well ...
by abdulaerodyne
Thu May 30, 2024 9:06 am
Forum: Issues, bugs, etc.
Topic: Cannot export LAZ files via CMD (Ubuntu)
Replies: 3
Views: 9859

Cannot export LAZ files via CMD (Ubuntu)

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:

Unhandled format specifier (LAS)


Command:
CloudCompare -SILENT -VERBOSITY 1 -AUTO ...