Hi Aximmetry team,
Is there a way to mitigate the amount of jitter with tracking? I currently have a antilatency system setup and on close-ups there is a noticeable amount.
Is there a process with the smooth and hold nodes that could help and if possible, could you walk me through the process to integrate it?
Hi,
Currently there is no built in solution for smoothing tracking data, but as you wrote one can manually insert it.
But be careful smoothing will introduce some lagging. Also if you open your camera compound then it will no longer be updated (in your specific scene) when new Aximmetry will come out. (so you have to repeat the process with the new version)
To modify your scene to use smoothing on the tracking transformation coming from the hardware, you should do the following:
1. Open your scene.
2. Right-click on your camera compound (TrackedCam_Unreal_Prev_3-Cam_3-Billboard in this example), select "Edit Compound In-Place" in the context menu and then double click on the compound to get inside it.
3. Right-click on the "INPUT %N=1" compound, select "Edit Compound In-Place" in the context menu and then double click on the compound to get inside it. By modifying "INPUT %N=1", you will apply smoothing on the first camera. If you need it on other cameras, you should do these same steps but with the "INPUT %N=2" or "INPUT %N=3" compounds.
4. Double click on the compound named "Line %N" to get inside it
5. Find the module named "Camera Tracking" here
6. Right-click on an empty space and select "Insert Module.." in the context menu
7. In the Insert Module menu type "smooth tr" in the search bar to find the "Smooth Transformation" module and then select it by clicking on the OK button
8. Connect the "Camera Tracking" module's "Cam Transform" pin with the new "Smooth Transformation" module's "In" pin and
the "Smooth Transformation" module's "Out" pin with the "Transformation Concat 4" module's "After" pin.
After this point you should see something similar to this:
9. Connect the new "Smooth Transformation" module's "Delay" pin with the "INPUT %N" box "+" pin.
After you did so, a dialog should appear asking for a name, enter "Tracking Smooth Delay" and click on the OK button.
You are finished! It should look like this:
You can modify the strength of the smooth by switching to the "INPUTS" tab, clicking on "INPUT 1" and changing "Tracking Smooth Delay":
Best Regards