Created
December 16, 2021 09:18
-
-
Save HViktorTsoi/5ab1febcd4212d429008972b09b7b143 to your computer and use it in GitHub Desktop.
demo camera info yaml file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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