Right now all I get printed from it are stuff like <0x12494932> or <0x23445839>, which isn’t really usable data (or is it? I don’t really know). Is there a way to convert or receive the depth data in meters or centimeters instead?
Replies
Looks like hexadecimal data?
If that's the case, it could be translated using a hexadecimal to decimal converter.
Could you try to measure an object you know the length of, translate the values to decimal and see if they match?
If yes, then that could be a potential solution. Also, I think you can convert those values directly in Swift, following this StackOverflow post.
Best,
William
If that's the case, it could be translated using a hexadecimal to decimal converter.
Could you try to measure an object you know the length of, translate the values to decimal and see if they match?
If yes, then that could be a potential solution. Also, I think you can convert those values directly in Swift, following this StackOverflow post.
Best,
William