How can I embed a SpoutGL receiver into a Qt window?? I’m using Python, but C++ help would work fine to me. Read more here: python - Embed SpoutGL receiver in Qt widget - Stack Overflow
I am not familiar enough with QT to help in any substantial way. But I had some experience with it several years ago and will review the archive to see if there is anything that might assist you. This will take a few days.
Thanks for replying. I have added code to the question, just in case someone can help
I found the archive but it is out of date and is for pixel images and does not use Python. Nevertheless It might be useful for you and I will see if I can get it working.
Meanwhile I would remove
receiver.waitFrameSync(SENDER_NAME, 1000)
This function is used where it is necessary to lock sync between sender and receiver. The sender must also call “setFrameSync” which will not normally be the case.
I have recovered two archived projects that use SpoutLibrary and both are working. I have sent you a private message with the download.