Temeiwang
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Temeiwang-
Temeiwang commented,
Thanks for the comment. I will do several tests and share the results later.
-
Temeiwang commented,
I found the reason! We need to wait until the change of disparity mode becomes effective no matter in Viewer or my code. Though the following code shows the disparityMode is changed (the last "cout...
-
Temeiwang commented,
Update the title to "Get Disparity Map of D455 by RealSense SDK 2.0" for better description.
-
Temeiwang commented,
I successfully get the raw disparity map directly from D455. My code is shown below: #include <librealsense2\rs.hpp>#include <librealsense2\rs_advanced_mode.hpp>void GetDisparityMap(){ int image...
-
Temeiwang commented,
Thanks for the comments. I'm revising my code to do the tests and will share the results later.
-
Temeiwang commented,
Thanks a lot for providing the reference links. I can control the emitters on/off by sensor-control (the code is shown below), but the disparity map cannot be accessed by sensor-control. rs2::confi...
-
Temeiwang commented,
I would like to use my code to access the raw disparity data directly from the D455 hardware without post-processing. Please provide example code. Thank you!
-
Temeiwang commented,
Thanks a lot for your comments. This issue is different from the other issue I posted because the depth maps and disparity maps are saved from "Intel RealSense Viewer v2.36.0", not from my code. I ...
-
Temeiwang created a post,
Disparity to Depth Conversion for Complex Scenes
My device is Intel RealSense D455 (FW 5.12.6) and all "post-processing" are disabled by Intel RealSense Viewer v2.36.0. Both depth map and disparity map are saved by Intel RealSense Viewer v2.36.0 ...
-
Temeiwang created a post,
Get Disparity Map of D455 by RealSense SDK 2.0
My device is Intel RealSense D455 (FW 5.12.6) and all "post-processing" are disabled by Intel RealSense Viewer v2.36.0. If the disparity map is saved by Intel RealSense Viewer v2.36.0 (set "Dispari...