Need to convert a folder CSV files to PCD format

If you are allergic to bug trackers, you can post here any remarks, issues and potential bugs you encounter
Post Reply
Jayadeep G S
Posts: 1
Joined: Sun Oct 31, 2021 6:25 pm

Need to convert a folder CSV files to PCD format

Post by Jayadeep G S »

Hi,

I want to convert the CSV files in a folder to the PCD format, in a windows machine .
I have tried to use the command line arguments, but it's still not working.
If you could provide an example or the script to do so using the command line arguments ,it would really be helpful .
Thanks !!
daniel
Site Admin
Posts: 7458
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Need to convert a folder CSV files to PCD format

Post by daniel »

I guess you have to write something like:

Code: Select all

CloudCompare -O myfile.csv -C_EXPORT_FMT PCD -SAVE_CLOUDS FILE myfile.pcd
Daniel, CloudCompare admin
Post Reply