Label | Explanation | Data Type |
Input Mosaic Dataset
| The input mosaic dataset. | Mosaic Dataset; Mosaic Layer |
Output File
| The output file containing the frame and camera parameters. Supported file formats include .csv and .txt. | File |
Output Format
(Optional) | Specifies the output file format for the frame and camera parameters. | String |
Summary
Exports frame and camera parameters from a mosaic dataset that contains frame imagery.
Usage
Images in the input mosaic dataset must use the Frame Camera raster type. This includes digital aerial imagery, imagery acquired by UAV/UAS, and scanned aerial imagery. For more information, see Aerial imagery raster types.
Parameters
arcpy.management.ExportFrameAndCameraParameters(input_mosaic_dataset, output_file, {output_format})
Name | Explanation | Data Type |
input_mosaic_dataset | The input mosaic dataset. | Mosaic Dataset; Mosaic Layer |
output_file | The output file containing the frame and camera parameters. Supported file formats include .csv and .txt. | File |
output_format (Optional) | Specifies the output file format for the frame and camera parameters. | String |
Environments
This tool does not use any geoprocessing environments.