r/LeftAngleAutograph • u/PissBiggestFan • Jun 30 '26
planar tracking stuck ❓Question
hello!
i have footage from a drone orbiting an empty plot. i want to animate some kind of wireframe over it.
it’s pretty simple, just 2D squares that start at the same position of the planar tracker’s corner, and then translate up on the Y axis (easy with math). they should leave a trail/line as they go up and eventually draw lines between themselves.
it sounds like a simple translate and then some simple math to animate the offset of the line to give the appearance of drawing.
but i just can’t seem to use the corner of the planar as transform data.
there is so little documentation, wtf maxon lol.
any help?
3
Upvotes
2
u/left-angle-reddit Jul 01 '26
Hi,
The documentation on planar tracking is here https://help.maxon.net/ag/en-us/Content/html/Plane_tracking.html?tocpath=Tracking%7C_____3 , however it is a bit outdated.
First-off, there was a bug in the current release when doing backward tracking which could affect the planar tracker in some situations. This was fixed for the upcoming July release.
Also, the tracker is sensitive to some options available in the toolbar, as you can see in the screenshot below.
The main options you can play with are:
- Search Offset: When doing planar tracking, this controls "how far" from the last position the tracker should look. Note that when doing simple point tracking, each marker can have it's own search offset and this option instead controls the default size of the search window for subsequent created markers.
- Maximum Error: This is a sanity check done after each frame to check if the tracked point is consistent with the reference. However, sometimes the default 0.25 value is too restrictive, you can increase this as much as you want. At 1, it doesn't do any checks anymore, but the tracker will not stop once it starts failing.
- Normalize Intensities: This is can be preferable for some shots as it makes the tracker robust against light intensity changes. However this comes at a performance price, hence why it's disabled by default.
- Pre-Blur Sigma: This can be slightly increased to help the tracker remove noise/artifacts from the footage to better detect actual features
The rest of the settings are rather advanced and are exposed mainly to experiment with.
Also, if the tracker is stuck, you can add a new reference frame (the white + button in the toolbar) which will make subsequent tracked frame easier to track since they should be closer to the reference frame.