ibaiGorordo / pyKinectAzure

Python library to run Kinect Azure DK SDK functions
MIT License
446 stars 114 forks source link

Do you have example about color to depth? #36

Closed QiuJunning closed 2 years ago

QiuJunning commented 2 years ago

Could you give me a example or a function of transform_color_to_depth?I tried to imitate the writing style of transform_depth_to_color, but failed.

ibaiGorordo commented 2 years ago

I have just uploaded an example, it is still a bit buggy. For some reason the converted color image has some shifted copy (image below) that I am not sure why it is happening. shifted color

QiuJunning commented 2 years ago

I have just uploaded an example, it is still a bit buggy. For some reason the converted color image has some shifted copy (image below) that I am not sure why it is happening. shifted color

Thank you!