Accessing depth to 3d point with transformationDepthToPointCloud()
Hello, Is it possible to access the transformationDepthToPointCloud() function from the SDK ?
I have a similar need as this thread, but doing it in python. https://github.com/orbbec/OrbbecSDK/issues/39#issuecomment-1896421951
Thank you
@mightypanda Did you end up solving this issue?
@mightypanda Did you end up solving this issue?
Hello @nbubis , i ended up going a totally different way, using the pointcloud directly and "splatting" it into a 2d image for blob detection. Optimization took some time but it seems to work rather well.
@mightypanda Hello, Could you please share the implementation code?