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

Consider using VisualizerMapping to allow rasterization of visualizers #1822

Open
bruno-f-cruz opened this issue May 25, 2024 · 0 comments
Open
Labels
proposal Request for a new feature

Comments

@bruno-f-cruz
Copy link
Contributor

It is not uncommon that users ask how to save visualizers to a file. While saving static visualizers is supported it would be interesting to think of ways to expose this behavior in a more generic way.

One syntax that could be interesting is using 'VisualizerMapping' to connect any operator to a 'GetPixels' operator that dumps the OpenGL window to a IplImage. Several details must be considered here (like decoupling sampling rate, ensure users understand that this operation might destabilize the rest of the workflow etc...).

@bruno-f-cruz bruno-f-cruz added the proposal Request for a new feature label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant