feat: add aruco-svo-calibration plan and utils scripts
- Add comprehensive work plan for ArUco-based multi-camera calibration - Add recording_multi.py for multi-camera SVO recording - Add streaming_receiver.py for network streaming - Add svo_playback.py for synchronized playback - Add zed_network_utils.py for camera configuration - Add AGENTS.md with project context
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user