英特尔
直播中

李桂英

7年用户 1375经验值
私信 关注
[问答]

rs2::pipeline start()中的默认配置是什么?

我很想知道调用start()时使用的默认配置是什么:
//声明RealSense管道,封装实际设备和传感器
rs2 ::管道管道;
//使用默认的推荐配置启动流式传输
pipe.start();
我之所以想知道这一点的原因,就是看我是否可以优化从相机接收到的深度质量。
我目前正在使用D415和D435创建点云对象并使用Point-Cloud Library处理它们。
这使得深度数据尽可能精确对我来说非常重要。
使用默认配置时,我想知道是否正在使用左右红外摄像机。
或许,我想知道分辨率是否太低。
这就是为什么我真的对我正在使用的默认配置感兴趣。
如果我有任何关于如何提高相机从我的应用程序收到的深度数据质量的建议,我真的很感激你能否与我分享。
谢谢。

以上来自于谷歌翻译


以下为原文

I'm interested in knowing what is the default configuration used when calling start():

// Declare RealSense pipeline, encapsulating the actual device and sensors
rs2::pipeline pipe;

// Start streaming with default recommended configuration
pipe.start();

The reason as to why I want to know this, it is to see if I can optimize the depth quality received from the camera. I'm currently using both D415 and D435 to create point cloud objects and process them with the Point-Cloud Library. This makes it very important for me that the depth data be as precise as possible.

When utilizing the default configuration, I'm left wondering if the left and right IR cameras are being used. Or maybe, I wonder if the resolution is too low. That's why I'm really interested in what is the default configuration I'm using. If there are any advices on how I can improve the quality of depth data received from the camera for my applications, I'd really be thankful if you could share it with me.

Thanks.

回帖(3)

卿洁

2018-11-7 11:32:57
英特尔拥有优秀的插图指南,可优化400系列摄像机的深度调整。
https://realsense.intel.com/wp-content/uploads/sites/63/BKM-For-Tuning-D435-and-D415-Cameras-Webinar_Rev3.pdf
至于默认配置...我相信在默认配置中,没有设置过滤器。
如果您愿意,可以添加自己的配置说明来设置过滤器。
英特尔®实感™跨平台API:rs2 :: config类参考

以上来自于谷歌翻译


以下为原文

Intel has an excellent illustrated guide to optimizing the depth tuning on the 400 Series cameras.
 
https://realsense.intel.com/wp-content/uploads/sites/63/BKM-For-Tuning-D435-and-D415-Cameras-Webinar_Rev3.pdf
 
As for the default config ... I believe that on the default configuration, no filters are set.  You can add your own configuration instructions to set up filters if you wish.
 
Intel® RealSense™ Cross Platform API: rs2::config Class Reference
举报

李桂英

2018-11-7 11:49:44
引用: nywerwer 发表于 2018-11-7 19:15
英特尔拥有优秀的插图指南,可优化400系列摄像机的深度调整。
https://realsense.intel.com/wp-content/uploads/sites/63/BKM-For-Tuning-D435-and-D415-Cameras-Webinar_Rev3.pdf
至于默认配置...我相信在默认配置中,没有设置过滤器。

感谢您的优化指南,这肯定会回应我的优化烦恼。
关于默认配置,是否有关于如何使用“config”的更友好的文档?

以上来自于谷歌翻译


以下为原文

Thanks for the tuning guide, that definitely responds my optimization worries. Regarding the default configuration, is there a more friendly documentation on how to use "config"?
举报

卿洁

2018-11-7 12:02:59
引用: kingnet_520888 发表于 2018-11-7 19:32
感谢您的优化指南,这肯定会回应我的优化烦恼。
关于默认配置,是否有关于如何使用“config”的更友好的文档?

我找不到配置说明的任何进一步文档。
我找到了一种很好的方法来研究网络搜索中的每条指令。
1.使用cfg启动搜索词。
(cfg后有一个句号)
2.在此之后,立即将我之前提供的文档链接中的一个配置说明的名称。
例如,要搜索enable_record_to_file的使用示例,请搜索:
cfg.enable_record_to_file
为摄像机设置专用配置的另一种方法是使用Visual Preset。
您可以从RealSense Viewer中选项侧面板顶部附近的“预设”下拉菜单中轻松选择这些,也可以从脚本调用特定的Visual Preset配置。
D400系列视觉预设·IntelRealSense / librealsense Wiki·GitHub
更进一步,您可以使用相机的高级模式来定义要加载的配置设置的自定义“JSON”文件。
主机上的librealsense / rs400_advanced_mode.md·IntelRealSense / librealsense·GitHub

以上来自于谷歌翻译


以下为原文

I could not locate any further documentation for the config instructions.  I found a good method though for researching each instruction in a web search.
 
1.  Start the search term with cfg.  (cfg with a full-stop after it)
2.  Immediately after that, put the name of one of the config instructions on the documentation link I provided earlier.
 
For example, to search for examples of usage of enable_record_to_file, search for:
 
cfg.enable_record_to_file
 
Another way to set up a specialized configuration for the camera is to use a Visual Preset.  You can either select these easily from the 'Presets' drop-down menu near the top of the options side-panel in the RealSense Viewer or call a specific Visual Preset configuration from scripting.
 
D400 Series Visual Presets · IntelRealSense/librealsense Wiki · GitHub
 

 
Going even deeper, you can use the camera's Advanced Mode to define a custom 'JSON' file of configuration settings to load.
 
librealsense/rs400_advanced_mode.md at master · IntelRealSense/librealsense · GitHub
举报

更多回帖

发帖
×
20
完善资料,
赚取积分