You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through the function "smooth_depth_image()", I got a smoothed depth data. I wanted to convert it into a point cloud data. I passed the function "get_transformed_depth_object()", but it failed. After checking the source code, I found that a handle to depth image is needed. So is there any way to create a handle to a depth image with smoothed depth data? Thanks for your time and help.
The text was updated successfully, but these errors were encountered:
Through the function "smooth_depth_image()", I got a smoothed depth data. I wanted to convert it into a point cloud data. I passed the function "get_transformed_depth_object()", but it failed. After checking the source code, I found that a handle to depth image is needed. So is there any way to create a handle to a depth image with smoothed depth data? Thanks for your time and help.
The text was updated successfully, but these errors were encountered: