You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to obtain the camera intrinsic matrix and distortion cofficients through the program?
I tried this command, but kept getting an error
calibration1 = Calibration(capture, pyk4a.DepthMode.WFOV_2X2BINNED, pyk4a.ColorResolution.RES_3072P, True)
print(calibration1.get_camera_matrix(CalibrationType.DEPTH))
The text was updated successfully, but these errors were encountered:
How to obtain the camera intrinsic matrix and distortion cofficients through the program?
I tried this command, but kept getting an error
calibration1 = Calibration(capture, pyk4a.DepthMode.WFOV_2X2BINNED, pyk4a.ColorResolution.RES_3072P, True)
print(calibration1.get_camera_matrix(CalibrationType.DEPTH))
The text was updated successfully, but these errors were encountered: