-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
request text for display in visualization with python #1157
Comments
Sorry, @yzl96. This request has not been addressed for a long time. We are considering large update on the visualization module to provide the requested feature. |
Definitely a wanted feature by many of us! Duplicate of #2 ? |
Please check out this suggestion. |
We haven't forgotten about this. It will happen. In fact, part of this is already out as part of the new GUI module and the python API for the GUI module, but displaying text in the Render widget is still not possible. |
Still working on this for 0.12 |
Hope can add display text function soon. Thanks for your extraordinary work! |
still waiting for the release of this USEFUL feature |
This feature would be super helpful! When is it likely to be released? |
The new GUI has this as of 0.12:
#3233 also adds this to O3DVisualizer, and adds an example in |
@prewettg When trying to run the code above I get this error: EDIT: I realise this is because I haven't installed directly from Git, but I cannot find instructions on how to download and install directly from git, could you please point me in the right direction? |
@luke-sockhill I also had the same issue as yours when I was using o3d |
Thanks, problem solved. |
For anyone having issues with the above code, here's the updated code: http://www.open3d.org/docs/release/python_example/visualization/index.html#text3d-py |
Hi, I want to display text in visualization.
the solution I can get is two: 1.set position (x,y,z), and use a function to display the text in the position. 2. because I want to display text in bounding box, so just add a parameter(text) to open3d.geometry.LineSet().
The text was updated successfully, but these errors were encountered: