Skip to content

Commit

Permalink
Merge pull request #83 from luxonis/oak-t-add-extrinsics
Browse files Browse the repository at this point in the history
Added OAK-T extrinsics.
  • Loading branch information
CenekAlbl authored Apr 24, 2024
2 parents 4f26820 + 8bb2941 commit b85b4b7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion boards/OAK-T.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@
"CAM_A": {
"name": "rgb",
"hfov": 68.7938,
"type": "color"
"type": "color",
"extrinsics": {
"to_cam": "CAM_E",
"specTranslation": {
"x": -2.5,
"y": 0,
"z": 0
},
"rotation":{
"r": 0,
"p": 0,
"y": 0
}
}
},
"CAM_E": {
"name": "thermal",
Expand Down

0 comments on commit b85b4b7

Please sign in to comment.