For my project I'm trying to implement a color to depth transformation. This would be equivalent to use k4a_transformation_depth_image_to_color_camera() with the SDK in C++. I saw in your repository there is a script called transformation.py but I dont know how to implement class transformation and its functions into my script.
I'm not sure if the way to proceed would be to first retrieve both RGB and depth images or to first add the transformation configuration and then retrieve both images.
I try to look for a guide in the example "exampleTransformColorToDepth.py" you provided but I think that one is not using transformation class to do the transformation.
Hi.
For my project I'm trying to implement a color to depth transformation. This would be equivalent to use k4a_transformation_depth_image_to_color_camera() with the SDK in C++. I saw in your repository there is a script called transformation.py but I dont know how to implement class transformation and its functions into my script.
I'm not sure if the way to proceed would be to first retrieve both RGB and depth images or to first add the transformation configuration and then retrieve both images.
I try to look for a guide in the example "exampleTransformColorToDepth.py" you provided but I think that one is not using transformation class to do the transformation.