Skip to content

Commit

Permalink
Merge pull request #520 from luxonis/added_board_calib_config
Browse files Browse the repository at this point in the history
Added board config for calibration for the DM2097 (OAK-D-POE-CM4)
  • Loading branch information
Erol444 authored Nov 4, 2021
2 parents 383edb0 + 2a5f090 commit ed53b42
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/boards/DM2097.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"board_config":
{
"name": "DM2097",
"revision": "R0M0E0",
"swap_left_and_right_cameras": false,
"left_fov_deg": 71.86,
"rgb_fov_deg": 68.7938,
"left_to_right_distance_cm": 9.0,
"left_to_rgb_distance_cm": 7.7
}
}

0 comments on commit ed53b42

Please sign in to comment.