我找不到配置说明的任何进一步文档。
我找到了一种很好的方法来研究网络搜索中的每条指令。
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
我找不到配置说明的任何进一步文档。
我找到了一种很好的方法来研究网络搜索中的每条指令。
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
举报