All errors are a result of:
Almost always your error message will say:
RuntimeError: Error: Python: Traceback
or
Can't find scene_dense.ply
Note that any issue in feature extraction, matching, solving, densifying will eventually result in these same final errors messages.
So really:
RuntimeError: Error: Python: Traceback (most recent call last): File "/Users/yourusername/Library/Application Support/Blender/4.5/extensions/user_default/camera_tracker_macos/init.py", line 569, in invoke return self.execute(context)
tells us absolutely nothing. The problem is usually more subtle. That's why the FULL LOG is much more useful.
Generally, bad footage = bad solve.
CameraTracker uses photogrammetry under the hood, so the same principles apply. Here are the common pitfalls:
You'll find that fixing these issues will almost always fix your solve.
Go to the product page for compatibility and installation instructions. Here are the most common issues:
Sequence In Wrong Drive - footage on D:/, external SSD, cloud drives.
Unconventional Filepaths - exotic characters (è,é,ê,ë), spaces, non-english characters.
Wrong Sequence Names - 1.jpg, image1.png, frame_1.tiff.
Wrong OS - installing MacOS on Windows - installing Windows on MacOS.
Blender Compatibility - Blender not from Blender.org, old versions, portable versions.