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. For more information, see Aerial imagery raster types.
Syntax
arcpy.management.ExportFrameAndCameraParameters(input_mosaic_dataset, output_file, {output_format})
Parameter | 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 |
Code sample
This is a Python sample for the ExportFrameAndCameraParameters function.
#ExportFrameAndCameraParameters
import arcpy
arcpy.management.ExportFrameAndCameraParameters("Image Collection",
r"C:\Data\FrameandCameraTable.csv", "ESRI_FRAME_AND_CAMERA_TABLE")
Environments
This tool does not use any geoprocessing environments.
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes