File size: 341 Bytes
c0fc08f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "path_template": "episode_{episode_index:06d}.bin",
  "resolution": [
    400,
    640
  ],
  "dtype": "uint16",
  "unit": "mm",
  "fps": 30,
  "storage": "episode-based",
  "description": "Raw depth data preserved from OAK-D camera",
  "visualization": {
    "colormap": "turbo",
    "min_depth_mm": 200,
    "max_depth_mm": 10000
  }
}