I am writing a python script that uses the command line feature from CC. This works fine with windows and Linux. Now it was requested, that the script also runs on macOS. But I can't start the CC in the command line mode. I tried the following things:
- /Applications/CloudCompare.app
- /Applications/CloudCompare.app/Contents/MacOS/CloudCompare
"%s -SILENT -AUTO_SAVE OFF -O -GLOBAL_SHIFT -%i -%i -%i %s" -DROP_GLOBAL_SHIFT -C_EXPORT_FMT LAS -SAVE_CLOUDS FILE %s"
where the first string is the path to the CC executable. But I guess the actual call is not important as the executable is not found in the first place.
The only thing I found is this here and unfortunately is not answered.
maybe related: http://www.danielgm.net/cc/forum/viewtopic.php?t=4665
Thank you