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.
The parameters are made visible using three tabs:
(1) General
This window shows some main editable parameters:

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:
Or expressed in another way:
|
|
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:
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.
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:
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
|