Each frame logs:
- Timestamp (seconds)
- RGB Image (BGR)
- Depth Image
- Object detections:
- label
- confidence
- 3D position of it in the camera frame
Data is stored as:
- PNG Images
- JSONL metadata
WHY JSONL?
- Streamable
- Easy to parse in C++,Python
- Append-only
oak_interface.cpp ONLY-
- Builds the DepthAI pipeline
- Grabs RGB Data
- Grabs Depth frame
- Grabs spatial detections
- Fills the
FrameData