Select to view content in your preferred language

Failed to execute (ComputeCameraModel).

238
1
02-02-2025 07:28 AM
Labels (2)
FarisRanggawardana
New Contributor

Hello everyone, 
I'm struggling to solve error in ArcGIS Pro Otrhomapping called:
ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds.
Failed to execute (ComputeCameraModel).
This error comes after applying process "Adjust"

I see same question about this, and found the problem was about exposure. But I checked in properties of the images, the exposure was normal like many other sample. I also used to process the data in Agisoft Metashape (sample attached) and running normaly and have the result. Now I am using ArcGIS Pro 3.03.
Oh and I also put Parallel Processing Factor into 100% as guided in many cited, but the result still error.


I really hope someone give me some tips or guidance. Any help is greatly appreciated!

0 Kudos
1 Reply
RTPL_AU
Frequent Contributor

In most cases, in my experience, the error is due to a path or dataset name that cannot be used in a part of the geoprocessing chain. There are more obscure issues like funny characters in an Excel sources, but that is another story.

Check the file path, file names, layers names, etc for spaces or non-standard characters. Base letters (no Ä for example), numbers or '_' is all I use. 


Check the filename + path lengths of inputs & outputs. They could be too long cumulatively. 

I will create a FGDB called 'Test' in a shallow folder e.g. c:\gis_test\  and with a test dataset test1.shp, image1.tif, etc and see if I can get the process to work.

You can then iterate to find the offending item and fix it.

If this doesn't fix it, check the random names Pro created for the project and replace them with toolboxes, folders, etc that YOU create. 
Be methodical and I'm sure you'll get it sorted.

0 Kudos