-
Notifications
You must be signed in to change notification settings - Fork 114
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
v.capture() doesn't work with pptk #53
Comments
RIP pptk |
I meet this problem too, when i run python script in terminal is ok, but run python script in vscode is give me black image |
You can "fix" this yourself by adding a viewer.wait() or a time.sleep(20). It appears, that the capture is faster than the building of the point cloud. |
add wait() before or after capture()? |
have you solved this? |
Hi, I had this issue when I played with the background color, e.g. v.set(bg_color = [0, 0, 0, 0]) I found this solution on a StackOverflow thread: https://stackoverflow.com/questions/70037260/python-pptk-screen-capture-is-empty |
Hi,
I want to save the view of the loaded pointcloud in the viewer as a png file.
I tried using v.capture() but it just gives black image.
Am I missing something `?
Thanks
The text was updated successfully, but these errors were encountered: