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

intrinsic parameters of each Kinect #45

Open
xiaochehe opened this issue Sep 23, 2020 · 5 comments
Open

intrinsic parameters of each Kinect #45

xiaochehe opened this issue Sep 23, 2020 · 5 comments

Comments

@xiaochehe
Copy link

Hi, thank you for providing awesome dataset!
I want to re-project 3D skeleton to 2D.
How do I get the information of intrinsic parameters of each Kinect?

Thanks in advance for considering!

@LackesLab
Copy link

You can extract the keypoints detected by the kinect in 3D and 2D for each camera setting S001-S017. These can be used with opencv stereo camera calibrate to estimate the camera matrices.

@hosamyousof
Copy link

@xiaochehe did you get the intrinsic parameters of the used cameras Microsoft Kinect v2.

I want the following values
{
'id': '',
'center': [],
'focal_length': [],
'radial_distortion': [],
'tangential_distortion': [],
'res_w': 0,
'res_h': 0,
'azimuth': 0, # Only used for visualization
}

@hosamyousof
Copy link

You can extract the keypoints detected by the kinect in 3D and 2D for each camera setting S001-S017. These can be used with opencv stereo camera calibrate to estimate the camera matrices.

Can you please provide an example?

@ted1986122
Copy link

@LackesLab
cv2.error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\calib3d\src\calibration.cpp:1576: error: (-5:Bad argument) For non-planar calibration rigs the initial intrinsic matrix must be specified in function 'cvCalibrateCamera2Internal'

3DKeypoints Z values are not in the same plane。I can't set Z=0

@Sh1n1ma
Copy link

Sh1n1ma commented Nov 16, 2023

I've encountered the same issue, have you managed to solve this problem?

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

5 participants