I am currently exploring methods for sharing data between Gamma and Python 3.8. Specifically, I am interested in sending a texture from Gamma to Python. At present, I am utilizing NDI in conjunction with NDI Webcam; however, I find this solution to have excessive overhead.
I have encountered challenges while attempting to implement Spout with Python and have been unable to get it to function correctly.
Additionally, I would like to share a few variables between the two environments. Although I have successfully achieved this using UDP, I am seeking a faster alternative.
If anyone has insights or recommendations regarding shared memory solutions or alternative methods for data transfer between Gamma and Python, I would greatly appreciate your guidance.
I found this on the forums, is this C# way still possible in Gamma?