-
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
Generating Pointclouds from Numpy arrays #2551
Comments
Hello @GitwellAnyohub |
I'll try that at some point. Any idea when software_device will be ported into python? |
Work has started in that direction, but making sure python doesn't delete the buffer too early is proving trickier than originally expected
|
[Realsense Customer Engineering Team Comment] |
[Realsense Customer Engineering Team Comment] |
Hello, has there been any progress in this topic? It would be very useful to get this. |
is there any updates on this issue? cause I'm eagerly looking forward to a way to mask depth frame using numpy array. |
Hi @jsheo96 I am not aware of any progress that has been made on numpy conversion, unfortunately. |
…alue for `unite_imu_method`
Hello,
Using the d415 camera, I'm able to generate a pointcloud starting with rs2::frames. However, rather than generating the pointclouds in realtime, I'd like to take to aligned numpy arrays (depth aligned to color) and THEN create point clouds. It'd be perfect if the pc.calculate() and the points.export_to_ply() functions worked on Numpy arrays and not just realsense frames. Has this been done before?
this is the code that works:
The text was updated successfully, but these errors were encountered: