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.
팁
Capturing High Quality Point Clouds 에 대한 가이드라인을 참조하십시오.
이 설정이 활성화되면 추가 데이터가 .zdf 파일에 저장됩니다. .zdf 파일을 zivid 지원 팀에 보내면 더 나은 지원과 더 확실하게 문제 해결을 할 수 있습니다.
참고
진단은 캡처 시간, RAM 사용량 및 .zdf 파일의 크기를 늘립니다.
팁
It is recommended to enable diagnostics when reporting issues to Zivid’s support team.
Diagnostics API
Zivid::Settings::Diagnostics
new Zivid.NET.Settings { Diagnostics = .. }
zivid.settings.diagnostics
Zivid API에 대한 자세한 내용은 당사의 API Reference 을 참조하십시오.
Version History
SDK |
Changes |
---|---|
2.6 |
Diagnostics API가 추가되었습니다. |