I’m working on a project involving a 3D point cloud, and I’ve generated an ortho projection from it. Using the metadata provided by Reality Capture in the .tiff format, I’ve been able to extract a point’s 3D coordinates in EPSG:4326. However, I’m having trouble understanding how Reality Capture ties this coordinate system to a grid plane (my OBJ file was exported with the grid plane). I’m unsure how to link the coordinate system with this grid.
Hello @cdavila32
You need to have set the Output coordinate system properly in the application settings and also use the option Project output during exporting the ortho or model in the export settings, not a Grid option. As there is no connection between those systems (or there is, but you can’t find that).
Hi, thanks for your reply, so if my project is in epsg:4326, should I change my 3D mesh and my orthophoto to local:1? and then export everything with project output.