-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I improve the resolution of Realsense Viewer? #6104
Comments
You are adjusting the depth setting. You should be adjusting the “visualization” instead. There are adjustments for that in the viewer. You can set colors and ranges. Returning to the depth settings, I do want to add some comments. When viewing something near with the D415 (I presume that is what you have) you will benefit from reducing the depth units from default 1mm (1000um) to 0.1mm (setting of 100). And in order to get to this near distance you also need to do one or both of the following 1. Reduce resolution from 1280x720 to 480x240 which will reduce the MinZ from about 46cm to about 15cm. 2. Under advanced mode you change the disparity shift from zero to higher number. |
Regarding the on-screen readout in lower left of your image, the precision of that number is not adjustable in the app. |
The reason the resolution affects the MinZ is that we have a hard limit on the number pixels we search when compare left and right images. This limit is 126 pixels. But if there are fewer pixels in the image it means that you can effective search a longer in terms of fraction of image. Yes the visualization knobs are the right ones. To see the effect you may have to change the color scheme. Regarding depth units, yes the smaller the number the smaller the depth steps that get reported. This is explained in more detail in the white paper talking about the best known methods for tuning performance. The paper also explains the MinZ. |
Thanks for explaining about MinZ and depth units. I will review the tuning methods paper again on these points. |
Hi @nbonwit, do you have a chance to try agrunnet's suggestion and review the white paper? Do you need further help on this? |
I am imaging Lego bricks at about 200-300mm. I want to get more resolution from the viewer. I want to get sum-mm resolution (e.g., .1 or .01mm).
I have Controls->Depth units set to 0.0001 (i.e., 0.1mm). I have Depth Table ->Depth units set to 1000.
When I hover the cursor over the depth map, it only shows 3 digits and the color map is very broad. I want to visualize the bumps on the Lego bricks but don't know how to do it.
![image](https://user-images.githubusercontent.com/59408460/77234016-917ed280-6b68-11ea-99f3-8ba909e9c74f.png)
The text was updated successfully, but these errors were encountered: