Are there public methods to return data about the current tracking above the event level? Currently there are some events to let us know when we can get the target/pose, but we want to get a sense of the 'level of confidence' of the current tracking scenario.
Ideally this would be a float between 0.0 and 1.0 where 1.0 is full confidence. Is this available to us in any way?
Thanks,
liam m-
There is no measurement of that sort exposed by the API. You could analyze the trackable's pose data. Errors in pose estimation increase as the quality of tracking decreases, this will appear as random changes in the pose values (i.e. noise), but this 'jitter' is not directly comparable to detection confidence as there are other sources of error.