Spout version 2.007.012

Spout version 2.007.012 is released. Details of code changes can be found here

16 and 32 bit OpenGL textures are now supported by way of compatible DirectX 11 texture formats. The type of OpenGL texture can be set for the sender and retrieved by the receiver so that the receiving texture can be updated to match. Developers will find the changes in the examples for the sender and receiver.

For example, the sender can use a 16 bit format such as GL_RGBA16 and find the the compatible DirectX format with DX11format(GL_RGBA16) then specify that with SetSenderFormat. The receiver can query the sender OpenGL format using GLDXformat() and allocate the receiving texture with that format. If no query is made, the received texture is 8 bit RGBA as usual.

What this means is that different texture formats such as 16 bit float, sent by TouchDesigner for example, can be queried and received into and OpenGL float texture GL_RGBA16F. The latest Spout Demo Receiver displays the sender’s compatible OpenGL format, in this case “16 bit RGBA float” if TouchDesigner pixel format is set to “16 bit float RGBA”.

For a practical use example, the “roll your own” demo receiver can be used to capture a 16 bit image. MediaInfo can be used to confirm RGBA 16 bits.

While we are on the subject of demo receivers, both this example and the distribution Demo Receiver now support video recording by way of FFmpeg. A command line version, SpoutRecorder, can also be used to show FFmpeg details while it is recording. Options are limited and results will be as you find them, but it’s a useful tool to have in the drawer.

SpoutCam is updated to 2.030 and Spout for Processing 2.0.7.7, for Processing 4.3, should show up in the Library Manager in a few days.

1 Like

Thank you so much! :purple_heart:

Thank’s very much for your comments.

1 Like