Diagnostics(诊断)
The diagnostics setting allows to:
re-run processing (
reprocess()
) on aframe
using different processing settings without having to re-capturecollect additional diagnostics and debugging data during capture
This is useful when encountering issues with the point cloud or the color image.
小技巧
请参阅指南 捕获高质量的点云。
启用此设置后,附加数据将保存在.zdf文件中。请将.zdf文件发送给Zivid支持团队,以获得更好的帮助和更彻底的故障排除。
备注
诊断功能会增加捕获时间、RAM使用率和.zdf文件的大小。
小技巧
It is recommended to enable diagnostics when reporting issues to Zivid's support team.
诊断功能API
Zivid::Settings::Diagnostics
new Zivid.NET.Settings { Diagnostics = .. }
zivid.settings.diagnostics
如需了解更多关于Zivid API的信息,请查看 API参考。
版本历史
SDK |
变更 |
---|---|
2.6 |
增加了诊断API。 |