Hello dear user,
you can edit the controlpoints.xml located in C:\Program Files\Capturing Reality\RealityCapture as described below to get the result you expect.
1. In order to enable exporting actual 3D position for both control points (no prior position) and ground control points please edit desired format (in this case comma sep,X,Y,Alt) this way:
<format id=“{CE348030-6853-4582-9904-458D3B8C2402}” mask=“*.csv” descID=“8384” desc=“Comma separated, Name, X, Y, Alt” writer=“CapturingReality.Export.ControlPoints” specificCoordSystem=“1” >
<body>$ExportControlPoints($(name), $(actualx), $(actualy), $(actualz)
)</body>
</format>
This example is a modified 43th line of the xml document.