Reliable AI camera tracking is coming. Wonder Dynamics has been making some meaningful strides there. I think when it arrives, it will likely be a separate app that can ingest footage and then spit out fbx or alembic files for easy import into most platforms.
Considering the Blender devs have given very little time to the Camera tracker in years, I doubt they would invest in researching this.
I’ve been wondering about this as well. I don’t know how the tracking algorithms work but there seems to be a way to calculate ‘cost’ ( pixel accuracy) so a neural network could be trained to minimize it…
It’s actually pretty simple:
The result from the camera tracking are a bunch of points in 3D space (each corresponding to a marker in the footage).
Intuitively, said cost (formally reprojection error) is the distance in image-space between a given marker and the result of ‘viewing’ the corresponding 3D point through the reconstructed camera.