HomeGuides
Log In

Photogrammetry area

45

Route points are placed at the same height relative to the ground. This height is calculated based on camera settings and set GSD value. Calculated parameters (number of passes, number of camera shots, etc.) are displayed in the route log window (see Figure 4 - Mission editor). The photogrammetry tool is available for UgCS PRO, and UgCS ENTERPRISE licenses.

Note: Photogrammetry tool requires selected camera as a payload. The camera must have properly specified (positive) values of focal distance, sensor size (width and height), and sensor resolution (horizontal and vertical).

Additionally, to all common options, these features are available for the Photogrammetry tool:
Move / Rotate segment - select+hold the blue circle in the center to drag and drop the Area scan segment to another location. Select+hold circle’s rim to rotate the whole segment.

Camera – payload assigned to a profile. In the case of multiple cameras assigned to the profile, it is possible to select which camera to use.

Ground resolution (GSD, cm) – approximate ground resolution for resulting images (in centimeters per pixel).

Forward overlap (%) – the ratio of the overlap in neighboring frames (consecutive by a motion vector, see the scheme below). Value is set in the range from 1% to 90%.

Side overlap (%) – the ratio of the overlap in neighboring frames (placed in neighboring rows, see the scheme below). Value is set in the range from 1% to 90%.

Camera top facing forward – concerns the camera orientation to the motion vector. The flag assumes the camera is oriented so that the frames overlap over the upper frame boundary motion vector. If the flag is removed, the frames overlap along the lateral frame boundary.

Direction angle - used to change the direction of the main scanning progress. By default, the algorithm calculates a route scan in a bounded polygon so that the main course of the scan performs in the direction of "South-North".

Additional waypoints – if the flag is cleared, the algorithm generates only the turning points. If the flag is set, additional waypoints for camera shooting will be generated depending on overlap and camera settings.

Overshoot, m – adds extra segment to both ends of each survey line to allow extra space for turns.

Overshoot speed, m/s - option to decrease/increase vehicle speed for overshoot segment while passing turns.

Altitude type – AMSL or AGL to set Flight height.

Altitude AMSL - calculated from the lowest point using GSD. However, the number of shots required to meet forward overlap and side overlap constraints are being calculated using the altitude difference between calculated flight altitude AMSL and the highest point of the area.

Allow partial calculation – option to allow route calculation in these cases:
• The part of the route exceeds the maximum AMSL of the route
• Relief height is unavailable at some point(s) of route
• The part of the route that exceeds the maximum fence radius
• The part of the route in the No-fly zone (NFZ)
No action at last point – remove action for the last waypoint.

AGL Tolerance,m – allows flying straight trajectories over the slightly waved landscape, by specifying how precisely the UAV should follow the required altitude above ground. To maintain specified height additional waypoints will be added if the difference in height is larger than AGL tolerance. The smaller the AGL tolerance value, the greater number of waypoints will be generated. If AGL tolerance is set to 0 (zero) UAV’s altitude will be constant throughout the route, but many additional waypoints will be added.

No action at last point – removes action for the last waypoint.

Double grid - if enabled, adds a second grid to the survey are in a 90-degree angle according to the first grid.

Note: For those pilots who use autopilot that supports camera triggering by distance or time, there is an automated algorithm that calculates and sets the correct parameters. It is not necessary to use this approach with Actions in every point parameter.

194

where 'fo' - forward overlap, 'so' – side overlap

Calculation:

  1. Calculate the altitude required for camera recording:
    a. heightAgl = ( f GSD sensorWidthPx ) / sensorWidth;
    b. heightAgl = ( f GSD sensorHeightPx ) / sensorHeight;
    c. Selected minimum value calculated of heightAgl.
  2. Calculate the frame size:
    a. frameWidth = ( sensorWidth heightAgl ) / f;
    b. frameHeight = ( sensorHeight
    heightAgl ) / f.

where 'f' is True focal distance

The scanning area is partitioned into frames of calculated sizes with given overlaps. The direction of passage is selected using the Direction angle. The route is formed as a 'snake'.