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

Transformation between Left and Right Camera #5

Open
SubMishMar opened this issue Feb 12, 2018 · 1 comment
Open

Transformation between Left and Right Camera #5

SubMishMar opened this issue Feb 12, 2018 · 1 comment

Comments

@SubMishMar
Copy link

What is the transformation between the left and the right camera of ironsides device? Although I can find some transformation matrices in the .json file, I am unable to interpret it. Will be glad if someone helps me here.

Thanks in advance.

@zzhang001
Copy link
Contributor

            "child": {
                "id": "stereo_left",
                "model": {
                    "image_size": {
                        "width": "640",
                        "height": "480"
                    },
                    "camera_matrix": [
                        [
                            "275.69651942542743",
                            "0",
                            "312.02368886530405"
                        ],
                        [
                            "0",
                            "274.87026632034491",
                            "246.93389280973264"
                        ],
                        [
                            "0",
                            "0",
                            "1"
                        ]
                    ],
                    "distortion": [
                        [
                            "0.012847244599062854"
                        ],
                        [
                            "-0.0081162066289447877"
                        ],
                        [
                            "0.0059852638853582487"
                        ],
                        [
                            "-0.0020460368955029602"
                        ]
                    ],
                    "fov_angle": "112.3025505068606",
                    "type": "fisheye_camera"
                },
                "children": {
                    "child": {
                        "id": "stereo_right",

stereo_right is stereo_left's child

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