Table of Contents

Return to Overview - Project Settings

The Camera Settings Dialog



This dialog lets you (i) define a new camera or (ii) edit an existing camera in the camera database. Once a camera is defined it is reusable and available for other Strabo Projects. The 'Camera Settings' dialog shows on top a list of existing camera definitions. The existing list of “Predefined Camera's” is saved in the file “../ext/photogrammetry/cameraList.ini”. This set of camera definitions is shared with the UMP extension (Uav Mapping Planner) who needs also camera parameters to plan a flight mission. Use the “Import” and “Export” buttons for exporting camera definitions to other Strabo workstations. You can view the respective parameters by selecting the camera of your choice.

In case of Visionmap Imagery follow first this procedure: Preparation of Visionmap Imagery

The parameters are made visible using three tabs:



(1) General

This window shows some main editable parameters:


Use the “Modify” button to save all changes for General,
Fiducial Mark and Distortion parameters, in the camera database.

Use the “Remove” button to completely remove the selected camera from the camera database.




(2) Ficucial Marks

Here is an example of a classical camera having 8 fiducial marks. Each fiducial mark has its individual fiducial coordinates:





(3) Distortions

There are two ways of entering distortion values:

  1. using tabular data for Radial Distortion
  2. using paramteric formulas for both Radial and Tangential Distortion

Or expressed in another way:

  1. Radial distortion can be defined either in tabular form or parameteric.
  2. Tangential distortion can only be defined parametric.



1a. Radial Distortion in Tabular form:

Fill in the distortion parameters for the camera lens according to the calibration certificate. These values are reflecting the actual light array position as measured, showing the distortion.

The different correction values are entered as follows:

  1. be sure to have selected the correct camera in the top list.
  2. enter the radius expressed in mm.
  3. enter the corresponding distortion expressed in micron.
  4. press the 'Add' button to add this new distortion value.
  5. repeat steps 2 and 3 for each distortion correction available in the calibration certificate.
  6. press the 'Close' button to end the editing or the creation of a camera.

Changing the distortion values: By selection a distortion record in the list, the corresponding values are entered in the Radius and Distortion fields,ready to be edited. After updating the value: press the 'Modify' button to modify the distortion list.
Removing a distortion value: Select the distortion value you want to delete. Press the 'Remove' button to delete the record from the list.


1b. Radial Distortion in Parametric form:

Change the Active type into “Parametric” and enter the parameters K1 and K2.




2. Tangential Distortion in Parametric form:

  1. Select the tab “Tangential”
  2. Select the 'Use tangential correction' toggle
  3. enter the appropriate parameters P1 and P2



Extra: The parametric formulas

the  following parametric formulas (D. Brown) are used:
    dx = x(K1.r^2 + K2.r^4) + P1(r^2 + 2.x^2) + 2.P2.x.y
    dy = y(K1.r^2 + K2.r^4) + P2(r^2 + 2.y^2) + 2.P1.x.y