How to include camera file into mosaic dataset with arcpy

196
0
05-25-2023 08:20 AM
Labels (3)
MaximeFortin-Faubert
New Contributor

I try to Add Rasters To Mosaic Dataset with arcpy script (arcpy.management.AddRastersToMosaicDataset()), but I can't include the camera file. When I export the script after doing everything manually, I get a working script whose "raster_type" argument is: raster_type = r"Frame Camera @ Z:\my path.gdb\Orthomosaic\RasterType.OBJECTID=1"

If I try the script without having done the steps manually before, I get an error message telling me that there is no "\RasterType.OBJECTID=1"

Thank you very much for helping me with this!

0 Kudos
0 Replies