| Environments | PYTHON :: EASI :: MODELER |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Example :: Related |
| Back to top |
| Back to top |
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| OEPROJI * | String | Input OrthoEngine project file | 1 - 192 | |
| TFILE * | String | Output XML file name | 1 - 192 |
| Back to top |
OEPROJI
Specifies the input OrthoEngine project file that contains the camera calibration data to be exported.
TFILE
Specifies the output XML file that stores the camera calibration information compatible with CAMIMPORT. A DTD file with the same name and a .dtd extension is created at the same time.
| Back to top |
CAMEXPORT exports the camera calibration parameters to an XML file so that they can be stored and re-used for a particular camera. The XML file is a compatible format that can be imported into other OrthoEngine project files using CAMIMPORT.
CAMEXPORT also exports a DTD file that is related to the XML file. The DTD file validates the XML file and enables it to be read in CAMIMPORT or in an Internet browser.
| Back to top |
An OrthoEngine project file named "airphoto_model.prj" is a valid project file with valid camera calibration. CAMEXPORT will create an XML file and a DTD file with the camera calibration information from the OrthoEngine project file.
EASI>OEPROJI = "airphoto_model.prj" ! input project file EASI>TFILE = "airphoto_model.xml" ! XML file with camera information EASI>r CAMEXPORT
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.