Help needed - Drone camera is not in the sensor database!

Hi @Arhidrona, which version of RealityCapture were you using before? Is it possible that you have added that model manually before?
To add the camera model into sensor database follow this help article: RealityCapture Help. Also, this tutorial can be helpful: https://dev.epicgames.com/community/learning/knowledge-base/ze0Z/capturing-reality-yellow-triangle-with-an-exclamation-mark

For your camera model it can look like:

Example:
  <camera model="Autel Robotics XT705" ccdWidth="3"/>

Extended Example:
  <camera model="Autel Robotics XT705">
    <lens type="division" c1="-1.6"/>
  </camera>

Extended Lens Info:
    <lens model="model" type="division">
      <focus distance="15" c1="-0.4"/>
    </lens>

Division Lens Type:
    <lens model="model" type="division" focal="64" c1="-0.1"/>

You just need to use the correct values, the showed ones are just examples.

The camera model name is taken from the EXIF, therefore you can see it. Also, for all freshly imported images is the prior lens distortion considered as No lens distortion.