Skip to content
Snippets Groups Projects

Warp calibration

Merged Vincent POLLET requested to merge warp_calibration into calibration
7 files
+ 385
2
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 24
0
{
"stream_config" : "/path/to/streams_config.json",
"pattern_rows": 9,
"pattern_columns": 6,
"frame" : 0,
"streams": {
"camera1_rgb": null,
"camera2_thermal":
{
"threshold" : 155,
"closing" : 4,
"invert" : true
},
"camera3_nir":
{
"threshold" : 105,
"closing" : 2,
"invert" : false
}
},
"duplicate_calibration": {
"camera3_nir": "camera3_depth"
}
}
Loading