Replies: 1 comment
-
Try discarding standard error as well.
I did check if there is a way to disable logging, but unfortunately no success. Can only lower verbosity level to Error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In a Python script, we are using the
method to check if two scans have any overlapping areas. Often the result is "no". In those cases, there are print statements to the DOS window that are really cluttering things up. I have tried using the open3d.utility.VerbosityLevel to stop them, but because they are considered errors it doesn't seem to work.
I tried to redirect the stdout from the Python script, but I think the printing is done from another module that I don't have any control over. That is just a theory.
Can anyone please let me know how to stop the printing?
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions