You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to integrate syphonpy with moderGL,
the goal is to build a modular video synthetizer.
I think I miss something, cause my understanding of syphonpy and modernGL is very partial.
First of all, I test both of these libraries, they are running well.
After that I mixed exemples form A and B, here lies the mix :
it works... the video output is piped to syphon which is what I need, the window build by moderGL is full white.
but I want to run it headless. so
I run
python3basic_alpha_blending.py--windowheadless
it does not work. the syphon server looks to be created, but nothing is displayed into syphon recorder
(which I use to visualize the rendering)
later as debug, I saved the rendering FBO to a png file to isolate the bug origin,
this worked without any troubble,
So I imagine the trouble comes from syphonpy
but I'm kind of blocked...
does anyone here ve a bit of advices ?
Thanks for reading me.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to integrate syphonpy with moderGL,
the goal is to build a modular video synthetizer.
I think I miss something, cause my understanding of syphonpy and modernGL is very partial.
First of all, I test both of these libraries, they are running well.
After that I mixed exemples form A and B, here lies the mix :
I run
it works... the video output is piped to syphon which is what I need, the window build by moderGL is full white.
but I want to run it headless. so
I run
it does not work. the syphon server looks to be created, but nothing is displayed into syphon recorder
(which I use to visualize the rendering)
later as debug, I saved the rendering FBO to a png file to isolate the bug origin,
this worked without any troubble,
So I imagine the trouble comes from syphonpy
but I'm kind of blocked...
does anyone here ve a bit of advices ?
Thanks for reading me.
The text was updated successfully, but these errors were encountered: