Hi Daniel!
I have a large E57 file (32GB) which has around 500 setups. Each setup is light (ca 5Mpoints) as they come from a Matterport scanner. What I'm trying to do is use CC to extract all the setups to individual files. My PC has 48GB of RAM but I know 32GB can be heavy so I use CC in command line mode.
I run this command to do so:
Code: Select all
cloudcompare.exe -SILENT -O {inputfile} -NO_TIMESTAMP -C_EXPORT_FMT E57 -SAVE_CLOUDS
Code: Select all
[E57] Reading new image node (2048) - Skybox 2
[E57] Failed to load image from blob data!
Code: Select all
[E57] Unknown error
An error occurred while loading 'cloud_0': the third-party library in charge of saving/loading the file has thrown an exception
Anything I can do so CC is able to fully read the file and save all clouds?
Thanks!