-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open3D pointcloud from D405 can't sense object further than 15cm #11960
Comments
Hi @leets0429 There is a recent Python / Open3D pointcloud case with D405 at #11921 that you can compare to your own issue to see if they have similarities. |
@MartyG-RealSense Thank for the reference. Instead of using the RealSenseSensor from o3d to create a pointcloud, I have to read the pointcloud using the Intel pipeline, convert it to numpy array and then convert it to o3d format I adapted my code and now I can get the complete o3d pointcloud. Here's my working code for others to refer:
|
It's great to hear that you were successful. Thanks very much for the update and for sharing your solution! |
Hey,
|
Thanks so much @Gowthers for sharing your own solution! |
Issue Description
I'm able to get pointcloud in Open3D format, however if objects are further than around 15cm, they no longer appear in the pointcloud. This doesn't make sense as I tried the example script with opencv viewer, it could sense object much further away. I'm not sure is this a Open3D or Intel Realsense issue. Hence I will post at both places. Below is my code:
The text was updated successfully, but these errors were encountered: