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!