-
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
rs2_transform_point_to_point #5583
Comments
I found a Python script that makes use of it to act as a reference for you. The 'Extrinsic Camera Parameters' of the Librealsense SDK's projection documentation also provides some explanation about use of rs2_transform_point_to_point It says: "Knowing the extrinsic parameters between two streams allows you to transform points from one coordinate space to another, which can be done by calling rs2_transform_point_to_point. This operation is defined as a standard affine transformation using a 3x3 rotation matrix and a 3-component translation vector". This documentation section in turn links to another code example for use of the instruction.
|
Hi @scottrpaterson, rs2_transform_point_to_point function transforms points from one coordinate space to another.
Please let us know if you need any further assistance with this matter. |
Camera Model - D435i
Operating System & Version - Windows 10
Language - Python
Issue Description
In the documentation (https://intelrealsense.github.io/librealsense/python_docs/_generated/pyrealsense2.html) I'm not seeing what parameters the function rs2_transform_point_to_point accepts. Is there better documentation somewhere?
How do I use this function? I'm trying to move my viewpoint to a robot arm end effector.
The text was updated successfully, but these errors were encountered: