Skip to content

Camera position reconstructor for Blender, using correlated motion tracker markers across different movie clips to solve camera positions

Notifications You must be signed in to change notification settings

IHaveThatPower/reconstructor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Reconstructor

Camera position reconstructor for Blender, using correlated motion tracker markers across different movie clips to solve camera positions

General Plan/Workflow

  1. Create motion tracks from clips with matching focal lengths.
    • Individual images within clips must have the same focal length
    • Clips should be at least partially track-solved (if correspondences found) to derive optical center or distortion params.
  2. ADDON: Create cameras for each clip.
    • Alternately, can link clips to existing cameras.
    • Define rough axial position wrt target object (i.e. front, above, left) to prime/constrain solve
    • Crux: cameras correlate with clips.
  3. ADDON: Create empties for each tracked element.
  4. ADDON: Associate correlated empties from different clips, so that their "solves" can converge
  5. ADDON: Solve -> Bundle adjust linked empties and cameras to minimize distance between linked empties
    • Beware converging the cameras toward 0
  6. RESULT: Cameras and empties positioned in best approximation of analogous 3D positions, with minimized error

About

Camera position reconstructor for Blender, using correlated motion tracker markers across different movie clips to solve camera positions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages