CommandLine -AUTO_SAVE OFF -SAVE_CLOUDS ALL_AT_ONCE
Posted: Tue Dec 02, 2014 3:54 pm
Hi
I am building a batch processing through python utilizing your commandline. I would like to be able to save e.g. an e57 containing several scans into a new single e57 file. An example of a command with subsampling looks like this
'C:\\Program Files\\CloudCompare\\' + 'CloudCompare -SILENT -O ' + filepath + ' -NO_TIMESTAMP -C_EXPORT_FMT E57 -AUTO_SAVE OFF -SS RANDOM ' + str(amount) + ' -SAVE_CLOUDS ALL_AT_ONCE'
This works and it saves a single e57 file containing the several scans, but it also saves an e57 for each scan.
Can you help me with what I am doing wrong or if it is a bug? to be able to only save the single e57 containing all scans.
best
Evers
I am building a batch processing through python utilizing your commandline. I would like to be able to save e.g. an e57 containing several scans into a new single e57 file. An example of a command with subsampling looks like this
'C:\\Program Files\\CloudCompare\\' + 'CloudCompare -SILENT -O ' + filepath + ' -NO_TIMESTAMP -C_EXPORT_FMT E57 -AUTO_SAVE OFF -SS RANDOM ' + str(amount) + ' -SAVE_CLOUDS ALL_AT_ONCE'
This works and it saves a single e57 file containing the several scans, but it also saves an e57 for each scan.
Can you help me with what I am doing wrong or if it is a bug? to be able to only save the single e57 containing all scans.
best
Evers