You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trough a bit of documentation, and I have a couple of questions I cannot find answers to. Hoping someone here can assist.
What is the closest distance that can be measured. I am not talking about the depthNear clipping, which I understand, But say I have an object 15cm away in the center of the screen, will the depth sensing be able to report that distance?
Also, how do you get the distance in the center of the screen, 'getDepthInMeters()' where x and y are both '0.5' should be right in the middle of the image, right? I this is the case, I keep getting a distance between 0.5m and 0.7m (or 0m) when aiming at a surface about 20cm away? If I am misunderstanding what the depthInMeters() is meant to return, please enlighten me
The text was updated successfully, but these errors were encountered:
I've been trough a bit of documentation, and I have a couple of questions I cannot find answers to. Hoping someone here can assist.
What is the closest distance that can be measured. I am not talking about the depthNear clipping, which I understand, But say I have an object 15cm away in the center of the screen, will the depth sensing be able to report that distance?
Also, how do you get the distance in the center of the screen, 'getDepthInMeters()' where
x
andy
are both '0.5' should be right in the middle of the image, right? I this is the case, I keep getting a distance between 0.5m and 0.7m (or 0m) when aiming at a surface about 20cm away? If I am misunderstanding what thedepthInMeters()
is meant to return, please enlighten meThe text was updated successfully, but these errors were encountered: