Hi everyone,
I am new to the forum but hoping that someone is able to help me with an inquiry. I have imagery from a drone flight (about 300 images) using a DJI Mavic 3 with 75/60% overlap at 120m altitude, without GCP’s. When simply importing the images into RealityScan using Exif/XMP data, the resulting reconstruction is severely domed/convex where it should not be, most probably resulting from lens distortion.
I am trying to fix this issue by properly importing the extensive metadata that the DJI Mavic 3 images provide on distortion coefficients, location, rotation etc. so that the doming is not created. For instance, the image contains distortion coefficients:
(‘XMP:DewarpData’, ‘2022-06-08;3713.290000000000,3713.290000000000,7.020000000000,-8.720000000000,-0.112575240000,0.014874430000,-0.000085720000,0.000000100000,-0.027064110000’), which are (yyyy-mm-dd; fx,fy,cx,cy,k1,k2,p1,p2,k3).
Still, I am having much trouble converting the metadata stored within the .jpg images into a XMP structure that RealityScan reads accurately. I found this sample metadata from the help page on Metadata ( Metadata (XMP) files - RealityScan Help ):
<x:xmpmeta xmlns:x=“adobe:ns:meta/”>
<rdf:RDF xmlns:rdf=“http://www.w3.org/1999/02/22-rdf-syntax-ns#”>
<rdf:Description xmlns:xcr=“http://www.capturingreality.com/ns/xcr/1.1#” xcr:Version=“3”
xcr:PosePrior=“initial” xcr:Rotation=“-1 0 0 0 0 -1 0 -1 0” xcr:Coordinates=“absolute”
xcr:DistortionModel=“division” xcr:DistortionCoeficients=“0 0 0 0 0 0”
xcr:FocalLength35mm=“18” xcr:Skew=“0” xcr:AspectRatio=“1” xcr:PrincipalPointU=“0”
xcr:PrincipalPointV=“0” xcr:CalibrationPrior=“initial” xcr:CalibrationGroup=“-1”
xcr:DistortionGroup=“-1” xcr:Rig=“{1E204070-A17D-444E-9455-493C15B37B93}”
xcr:RigInstance=“{2DC9F356-432F-4234-9148-DC2655788342}” xcr:RigPoseIndex=“3”
xcr:InTexturing=“1” xcr:InMeshing=“1”>
xcr:Position0.262424475861358 -2.26397531586648 7.03879070281982</xcr:Position>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
I still did not find a way to find which values exactly fit within some of these parameters, and what I need to provide based on the metadata that is within my DJI Mavic 3 jpg files. Is there anyone who was done this before and is able to help me with this? I could start by providing some metadata snippets if needed.
Thanks a lot for the help already, I appreciate it a lot! Sincerely, Jasper