Skip to content

Instantly share code, notes, and snippets.

@HViktorTsoi
Created December 16, 2021 09:18
Show Gist options
  • Save HViktorTsoi/5ab1febcd4212d429008972b09b7b143 to your computer and use it in GitHub Desktop.
Save HViktorTsoi/5ab1febcd4212d429008972b09b7b143 to your computer and use it in GitHub Desktop.
demo camera info yaml file
image_width: 640
image_height: 480
camera_name: dope_webcam_0
camera_matrix:
rows: 3
cols: 3
data: [641.5, 0, 320.0, 0, 641.5, 240.0, 0, 0, 1]
distortion_model: plumb_bob
distortion_coefficients:
rows: 1
cols: 5
data: [0, 0, 0, 0, 0]
rectification_matrix:
rows: 3
cols: 3
data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
projection_matrix:
rows: 3
cols: 4
data: [641.5, 0, 320.0, 0, 0, 641.5, 240.0, 0, 0, 0, 1, 0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment