refactor: things

This commit is contained in:
2026-03-06 17:17:59 +08:00
parent 8c6087683f
commit 33ab1a5d9d
171 changed files with 293 additions and 29894 deletions
@@ -0,0 +1,3 @@
## Architectural Decisions
- Implemented SVOReader to encapsulate multi-camera management and synchronization logic.
- Used rectified sl.VIEW.LEFT for frame retrieval as requested.
@@ -0,0 +1,3 @@
## SVO Synchronization Patterns
- Use sl.Camera.set_svo_position(0) to loop SVOs when END_OF_SVOFILE_REACHED is encountered.
- Synchronization can be achieved by comparing timestamps and skipping frames based on FPS.