-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Get 3D point from Depth/RGB #1924
Comments
You need the information that is used in the pointCloudFromCameraImage.py PyBullet uses the common OpenGL camera model for rgb/depth. Try OpenGL forums/search (gluUnProject), this is not specific to PyBullet. Good luck! |
This issue is four years old but it shows up on Google.
|
Hello,
how to obtain the 3D point of a corresponding pixel, i.e. the 3D point cloud from projection and view matrix? I looked at the PointCloud example, but this only does this with the debugger camera, accessing parameters such as camForward which I do not have access to for generic camera setups.
I used a couple of transformations, but none seem to work. In essence, what is the formula to go from a pixel pair of the results array of p.getCameraImage to the corresponding 3D point in world frame?
The text was updated successfully, but these errors were encountered: