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

pangolin::DisplayBase().RecordOnRender #794

Open
lfwin opened this issue Sep 28, 2022 · 1 comment
Open

pangolin::DisplayBase().RecordOnRender #794

lfwin opened this issue Sep 28, 2022 · 1 comment

Comments

@lfwin
Copy link

lfwin commented Sep 28, 2022

this function 'RecordOnRender' is removed in this new version of Pangolin, which function can work as 'RecordOnRender' so can save screen displays to a video.

@stevenlovegrove
Copy link
Owner

Yeah, sorry about that - I had to remove it in order to decouple the libraries. There isn't a direct replacement at the moment.

The closet thing you can do is save the view to an image, which you can use to generate frames to convert to a video later.

pangolin::SaveWindowOnRender("window");

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

2 participants