Hi,
Yeah, this kind of problem is pretty common with ToF sensors. When the device rotates fast (like in your case), the sensor struggles to capture accurate depth because the scene is moving too much during the exposure. ToF needs the scene to stay relatively stable while it emits and receives light signals — fast motion causes misalignment, which leads to depth outliers and noise in the point cloud.
If you can, try slowing down the rotation. If that’s not possible, and since I saw in your previous posts that you already applied some filtering, the next thing to try is post-processing the point cloud. Use something like radius or statistical filtering to remove outliers after generating the point cloud — that might help clean up some of the noise.
Hope that helps.