File size: 283 Bytes
3117391
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "camera_spec": {
    "width": 1600,
    "height": 1200,
    "intrinsic_matrix": [
      [1931.7, 0.0, 800.0],
      [0.0, 1931.7, 600.0],
      [0.0, 0.0, 1.0]
    ]
  },
  "parameters": {
    "fx": 1931.7,
    "fy": 1931.7,
    "cx": 800.0,
    "cy": 600.0
  }
}