-
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
Extracting 3-D world coordinae for all the pixels using D435 #3862
Comments
I wonder if Intel's Python tutorial on converting RGBD data from a bag file to a 3D point cloud with XYZ coordinates may be a helpful reference for you. https://github.com/dorodnic/binder_test/blob/master/pointcloud.ipynb |
Hi kyrs, As MartyG-RealSense suggested, not sure did it help? Any update? Thanks! |
Hi kyrs, Do you have any update on this one? Still need help? Thanks! |
@RealSenseCustomerSupport I am still experimenting it out, will update it in couple of days. |
Here is an example to get RGB data from point how to get XYZ RGB data from RealSense |
@kyrs Any good news now? Looking forward to your update. Thanks! |
Issue Description
Hey,
I am trying to extract the 3d world coordinates for each of the pixel captured by the camera.
Currently, I am doing so by looping over each of the pixel value and saving the corresponding world coordinate.
It works but drastically impact the frame processing rate of the camera.
Is there any way of getting 3-D coordinates for all the pixel values without affecting the frame rate.Something similar to get_data function in
aligned_depth_frame.get_data()
??The text was updated successfully, but these errors were encountered: