Skip to content

Whats the highest bit-depth of the D405 I can get? #11996

Discussion options

You must be logged in to vote

You can use 1280x720 instead of 848x480 for all three (Z16 depth, UYVY infrared, YUVY color). For the depth stream, 848x480 is the optimal resolution for depth accuracy but you may find 1280x720 satisfactory.

Because RGB comes from the depth sensor on D405 because it does not have a separate RGB sensor component, 1280x720 color will be the best that you can get as 1920x1080 Full RGB is not supported on the D405 model.

The RealSense depth stream cannot have its bit rate changed. It is always 16 bit. Some RealSense users have converted 16-bit RealSense depth to an 8-bit OpenCV mat in the past though.

An easier way to free up processing may be to use a post-processing Decimation filter to '…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by HanzDieter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants