pyKinectAzure icon indicating copy to clipboard operation
pyKinectAzure copied to clipboard

How can I get the internistic camera matrix using pyKinectAzure?

Open AminSeffo opened this issue 2 years ago • 2 comments

Hello! first of all thank your very much for this amazing implementation. I am still confused about the calibration parameters fx,fy,cx,cy with your python wrapper? Can you tell me how to get/read the internal camera matrix when I use one of the example scripts like "exampleColorImage.py"? With kind regards

AminSeffo avatar Jul 05 '22 12:07 AminSeffo

device = pykinect.start_device(config=device_config)
print(device.calibration)

ibaiGorordo avatar Jul 08 '22 14:07 ibaiGorordo

Hello @ibaiGorordo,

thank you for your response.

  1. How can I get each value alone like only return fx and fy?

  2. Can these calibration parameters already used for the undistorted model, if not, how can I rectify them?

AminSeffo avatar Jul 19 '22 11:07 AminSeffo