Scientific Motion Tracking with Blender
Motion tracking with a python csv export script. 11 Aug 2014
Motion tracking with a python csv export script. 11 Aug 2014
The following details a method for tracking the rotation and translation of a single object in 2D with Blender.
git clone https://gist.github.com/7b96bba85ed81aba864a.git
in a terminal)OUT_DIR = '/tmp'
to refer to the directory where you want to save your output files. Do not include a trailing slash in your directory path.A .csv file with the following format will be generated in the output directory specified:
<frame_number>,<position-x>,<position-y>,<corner1-x>,<corner1-y>,...,<corner4-x>,<corner4-y>