CameraTracker Errors

All errors are a result of:

  1. An issue with the footage.
  2. An issue with installation/use.

⚠️ Error Message ≠ Cause of Error

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.

🎞️ Footage Issues

Generally, bad footage = bad solve.

The best Solution is always to film again!

CameraTracker uses photogrammetry under the hood, so the same principles apply. Here are the common pitfalls:

  • Prominant Moving Objects - person in the foreground, cars, leaves and grass rustling.
    • Solution: mask out these subjects.
  • Large Reflective Objects - windows, shiny floors, metal.
    • Solution: mask out these reflections.
  • Zero Parallax - tripod shots, no movement, very distant scenery.
    • Solution: Film with at least some parallax - try the insane mode matcher.
  • Large Featureless Surfaces - blank walls, greenscreens, plain backgrounds.
    • Solution: Try increasing features to 8000 and overlap to 30.
  • Low Quality Footage - motion blur, heavy grain, low resolution.
    • Solution: Capture better footage.
  • Dramatic lighting changes - lens flares, indoor-to-outdoor, fast moving lights.
    • Solution: Mask out lens flares - film on manual settings (no autoexposure).

You'll find that fixing these issues will almost always fix your solve.

⚙️ Installation/Use Issues

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.

    • Solution: Put the sequence on the same drive as Blender (usually C:/).
  • Unconventional Filepaths - exotic characters (è,é,ê,ë), spaces, non-english characters.

    • Solution: Fix your filepath to avoid these cases.
  • Wrong Sequence Names - 1.jpg, image1.png, frame_1.tiff.

    • Solution: Image sequences should always follow the convention name_0001.png, name_0002.png, etc. (can be other image formats and any name).
  • Wrong OS - installing MacOS on Windows - installing Windows on MacOS.

    • Solution: Uninstall the addon, download the compatible version and reinstall.
  • Blender Compatibility - Blender not from Blender.org, old versions, portable versions.

    • Solution: Only use non-portable Blender 4.3+ official builds (no Microsoft Store, etc.).

Before contacting me (at BlenderMarket/Superhive), see if you can resolve the issue first!

0
Skip to Content
CGMatter
CGMatter