Cannot define absolute camera pose in Fusion - Python API

For anyone facing the same issue, I have solved it by extracting the IMU rotation before initializing the camera subscriptions and multiplying its inverse with the absolute FusionConfiguration pose. However that is not ideal for high-accuracy applications due to IMU noise. Waiting for an official reply