Replies: 1 comment
-
def normalized_depth_image(depth): def depth_captured(self, depth): scene.render_to_depth_image(self.depth_captured) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi
When we want to create an gray we shoud set R=G=B and we know (0,0,0)=Black and (255,255,255)=white
that means each pixel has only 256 option. now how can we can save 0-3000 mm (3001 option) in grayscale file ?
I checked you saved depth image in BedroomRGBDImages sample in grayscale png file .
why you choose png and how you save D in gray pixel?
Beta Was this translation helpful? Give feedback.
All reactions