CAMEXPORT

Export the Camera Calibration Parameters in XML


EnvironmentsPYTHON :: EASI :: MODELER
Batch ModeYes
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: Related

Back to top

Description


CAMEXPORT exports the camera calibration information from an OrthoEngine project file to an XML file. A DTD file with the same name and a .dtd extension is exported at the same time to the same directory.
Back to top

Parameters


Name Type Length Value range
InputText: Input OrthoEngine project file * Text port 1 -    
Camera Calibration File * String 1 -    

* Required parameter
Back to top

Parameter descriptions

InputText: Input OrthoEngine project file

Specifies the input OrthoEngine project file that contains the camera calibration data to be exported.

Camera Calibration File

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.

If the specified file already exists when CAMEXPORT is called, the function throws an exception.

Back to top

Details

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.

Note: All images in the specified OrthoEngine project file are processed, regardless of whether they are active or inactive.

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.