Skip to content
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

about continuous display #5

Closed
Typolo opened this issue Dec 9, 2021 · 9 comments
Closed

about continuous display #5

Typolo opened this issue Dec 9, 2021 · 9 comments

Comments

@Typolo
Copy link

Typolo commented Dec 9, 2021

Hi@hailanyi , thank you for your work.i got problem in viewing a sequence data and pressing "Enter" key did not work. How can i realize continuous display as the gif in Readme.md? looking forward to your reply!

@hailanyi
Copy link
Owner

hailanyi commented Dec 9, 2021

While the code is running, please first click on the 3D window and then press the "Enter" key to view a sequence data.

@Typolo
Copy link
Author

Typolo commented Dec 9, 2021

@hailanyi, I followed your step, it still didn't work. It seems only the 2d window could display continuous.

@zzm-hl
Copy link

zzm-hl commented Dec 11, 2021

I have the same problem . when the first frame is closed,the terminal shows "Process finished with exit code -1073741819 (0xC0000005)"

@TJRadarLab
Copy link

I have the same problem . when the first frame is closed,the terminal shows "Process finished with exit code -1073741819 (0xC0000005)"

pip3 install vedo -U

@DuZzzs
Copy link

DuZzzs commented Jan 25, 2022

@hailanyi @Typolo Hi, do you know how to save as a gif file? Thanks.

@hailanyi
Copy link
Owner

hailanyi commented Mar 8, 2022

@DuZzzs, you can use ScreenToGif to record the 3D or 2D window.

@DuZzzs
Copy link

DuZzzs commented Mar 8, 2022

Thanks

@s-a-tanjim
Copy link

Set the interactive=False to get a continuous display.

self.vi.show( ... interactive=False ... )

Also to interact with continuous display make the settings.allowInteraction True.

from vedo import *
settings.allowInteraction = True

@hailanyi
Copy link
Owner

hailanyi commented Oct 16, 2023

Please use the vedo version in readme:

vedo==2021.0.6

If you can not continuous display after press 'Enter' , please press 'Q' instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants