SILENT mode crashing
Posted: Wed Mar 28, 2018 4:28 am
Hi,
I'm running the following script and having the -SILENT mode on crashes CC.
for /r %%f in (*.asc) do "B:\Program Files\CloudCompareStereo\cloudcompare.exe" -SILENT -o %%f -AUTO_SAVE OFF -C_EXPORT_FMT LAS -FILTER_SF -3 3 -SF_COLOR_SCALE "F:\R&D\cloudcompare\color_scale.xml" -SF_CONVERT_TO_RGB FALSE -SAVE_CLOUDS
It works fine without the SILENT mode but I have about 1000 point-clouds too process...
Any ideas?
I'm running the following script and having the -SILENT mode on crashes CC.
for /r %%f in (*.asc) do "B:\Program Files\CloudCompareStereo\cloudcompare.exe" -SILENT -o %%f -AUTO_SAVE OFF -C_EXPORT_FMT LAS -FILTER_SF -3 3 -SF_COLOR_SCALE "F:\R&D\cloudcompare\color_scale.xml" -SF_CONVERT_TO_RGB FALSE -SAVE_CLOUDS
It works fine without the SILENT mode but I have about 1000 point-clouds too process...
Any ideas?