Hi.
I'm currently creating an AR trail and have the MatterPak data for the location. I bought he pack off a company who created it a few years ago and so I don't have the corresponding API token etc to pull it directly into ATG. The point cloud data is XYZ and so I tried to convert using CloudCompare to e57 but got the following errors:
[ SUCCESS ] 'cartesianBounds' field in Data3D structure shall be defined.
[ SUCCESS ] 'cartesianX', 'cartesianY', 'cartesianZ' fields in PointRecord structure shall be defined.
[ SUCCESS ] 'colorRed', 'colorGreen', 'colorBlue' fields in PointRecord structure shall be defined.
[ FAIL ] 'nor:normalX', 'nor:normalY', 'nor:normalZ' fields in PointRecord structure shall be defined or we need to be able to estimate the normals. To estimate normals each Data3D structure shall have associated images from exactly one scanning position through Image2D associatedData3DGuid field.
[ SUCCESS ] 'isColorInvalid' field in PointRecord structure must not be defined.
[ FAIL ] E57 shall contain one or more Image2D structures that have either 'sphericalRepresentation' field or 'pinholeRepresentation' field.
[ SUCCESS ] 'pose' field in Image2D structure shall be defined.
[ SUCCESS ] Spherical images shall have minimal resolution of 4096x2048 and their width = 2 * height. Pinhole images shall have minimal resolution of 1024x1024 and must be square (width = height).
Is there a way to use XYZ data or I proven way to convert to e57? Any help would be appreciated.
Darius
Hi,
according to the article below you needs to enter the unique 11-digit ID
https://library.vuforia.com/features/environments/area-targets/how-to-create-area-targets.html
.. the number (string) "0001" is not a SpaceID ...
Thanks
BR
Vuforia Engine Support