590 B
590 B
Depth Data Saving Integration
- Integrated
--save-depthflag intocalibrate_extrinsics.py. - Uses
aruco.depth_save.save_depth_datato persist HDF5 files. - Captures:
- Intrinsics and resolution.
- Pooled depth and confidence maps.
- Pool metadata (RMSE comparison, fallback reasons).
- Raw candidate frames (depth, confidence, score, frame index).
- Logic is guarded: only runs if
verify_depthorrefine_depthis enabled. - Added integration test
tests/test_depth_save_integration.pyusing mocks to verify data flow without writing actual HDF5 files during testing.