As you can see in this picture, the depth frame does not match the rgb frame, so there are two frames showing at the same time.

the main code is as followed:
pcl = Cloud(dynamic=True, simultaneously=True, depth=True, color=False, body=False, skeleton=True, color_overlay=True)
pcl.visualize()
I have read the code, and did not find the matching function. Do you have any idea? Thanks very much.
As you can see in this picture, the depth frame does not match the rgb frame, so there are two frames showing at the same time.

the main code is as followed:
I have read the code, and did not find the matching function. Do you have any idea? Thanks very much.