Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion of Camera Calibration Data #264

Open
aubeena007 opened this issue Jun 20, 2024 · 1 comment
Open

Conversion of Camera Calibration Data #264

aubeena007 opened this issue Jun 20, 2024 · 1 comment
Assignees

Comments

@aubeena007
Copy link

aubeena007 commented Jun 20, 2024

Hi team, I need help converting the following camera calibration data into the required format for use with xtreme1.

{
    "rgb_center": {
        "type": "camera",
        "uri": "rgb_center",
        "stream_properties": {
           "intrinsics_pinhole": {
              "camera_matrix": [
                  4609.471892628096, 0.0, 1257.158605934, 0.0, 0.0,
                  4609.471892628096, 820.0498076210201, 0.0, 0.0, 0.0, 1.0,0.0
              ],
              "distortion_coeffs": [-0.0914603, 0.605326, 0.0, 0.0, 0.417134],
              "width_px": 2464,
              "height_px": 1600
           }
        }
    },
    "coordinate_systems": {
        "rgb_center": {
            "type": "sensor",
            "parent": "base",
            "pose_wrt_parent": {
                "translation": [0.0669458, -0.000911152, 2.05432],
                "quaternion": [0.00193374, -0.00293566, 0.00271082, 0.99999]
            }
        }
    }
}

Please help me convert this data into the cameraInternal and cameraExternal formats for use with xtreme1.

@jaggerwang
Copy link
Contributor

Please refer this issue #244 first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants