- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When using the provided Codec E57Codec.rcip out of Bin/plugins (not self compiled) together with the RCPCreatorSample, or own code on a structured E57, then I will receive always a *.rcp project without mirrorballs.
When I create a new project in ReCap and import the *.rcs scans which are in the *.rcp's Support folder, then the mirrorballs are there.
Is this a bug of the SDK or is this wanted behaviour?
A workaround would be to create the rcp project with RCProjectImporter::importFiles(...), then delete the *.rcp project file and use createProjectFromScans() or importFiles() with the *.rcs files in the Support folder to create a project with mirrorballs, but my guess is that these steps should not be neccessary.
To check that I have taken the provided RealitySolutionSDKSampleProject.rcp opened it in ReCap Pro and exported it as a structured *.e57 file (Option Complete, not 3d-only)
After that I have started the CreatorSample with the following commands:
./RCPCreatorSample.exe -i "C:/temp/RealitySolutionSDKSampleE57.e57" -o "C:/temp/" -c "C:/temp/Codecs" -p test -s
One can test this with my compiled RCPCreatorSample.exe and the codec from here:
RealitySDKSampleX64.zip
I can upload the generated e57 file as well if this is helpful.
Solved! Go to Solution.