-
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
[D435] Recommended configuration for near-range (< 1m) accuracy #1021
Comments
Hi @jfhamlin |
Hello @dorodnic Can you tell us what specific option / visual preset you use for short range for the D435 ? Is setting Thanks a lot ! |
Hello @tchapi, for a short range video capturing we have a JSON file that could help you on that. auto advanced_mode_dev = dev.as<rs400::advanced_mode>();
std::string json_content = read_the_json_file_content(...);
advanced_mode_dev.load_json(json_content); |
Hi @icarpis ! Thanks |
All the JSON files could be downloaded from here. |
My bad — got them. Thanks again ! |
As a related aside, after reading the Intel literature at https://click.intel.com/intelr-realsensetm-depth-camera-d415.html, we determined the D415 might perform better with smaller objects and higher precision at shorter ranges. Just received our camera so no data to back that up yet.
From: tchap [mailto:notifications@github.com]
Sent: Monday, January 29, 2018 2:05 AM
To: IntelRealSense/librealsense
Cc: Subscribed
Subject: Re: [IntelRealSense/librealsense] [D435] Recommended configuration for near-range (< 1m) accuracy (#1021)
Hello @dorodnic<https://github.com/dorodnic>
I have a sensibly similar issue with a D435. I want to try your settings but as far as I understand, there is no "Short Range" visual preset for D400 series in rs_option.h<https://github.com/IntelRealSense/librealsense/blob/ba01147d65db16fdf4da36a3e718fe81c8421034/include/librealsense2/h/rs_option.h>, it only seems to be for SR300 series.
Can you tell us what specific option / visual preset you use for short range for the D435 ?
Is setting RS2_RS400_VISUAL_PRESET_MEDIUM_DENSITY sufficient ? I have tried to use RS2_OPTION_MIN_DISTANCE but it does not seems to be what I'm looking for (and it is not supported by the D435 apparently)
Thanks a lot !
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#1021 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ah5haMk-EKKqhNsccs8sOwWtTVfpTJXUks5tPZfOgaJpZM4Rga7h>.
|
Hey @jfhamlin , here are a list of parameters that I found effective at manipulating depth resolution at close range. I'm using the D415 camera and not the D435 so things might be slightly different. I'm currently working on this problem myself so if I find anything revolutionary I'll let you know. |
Hello, did anyone compare near range accuracy of D415 vs D435 with sample pictures? |
[Realsense Customer Engineering Team Comment] |
@RealSense-Customer-Engineering thanks! I'm happy to have this issue closed for the time being, unless there are plans to expose better near range presets or more tuning suggestions for close-range use cases. |
Though looking back at @dorodnic's results, I still see considerably more depth noise at that range. |
2a2446f
)I'm testing out D435 for my use case, and sensor precision using default depth settings is much poorer than expected. The subject is a human face around 0.15m-1m away from the sensor, and the 3D result is invariably a blob with significant dynamic noise. I'd be happy to provide some example scans, but I'll begin the conversation here in case you all have some upfront recommendations.
The text was updated successfully, but these errors were encountered: