Hey I want to write a minimalist C++ app that grabs images from a cam and sends them via Spout. When I try to send my unsigned char pixel buffer via SendImage it just returns false. I guess I'm missing libraries that make texture sharing work?
The Demo Receiver correctly recognizes the width and height, but doesn't receive a single image.
Help or a repo that utilizes Spout2 in a minimal approach would be awesome, I didn't find one after excessive googling.
Hey I want to write a minimalist C++ app that grabs images from a cam and sends them via Spout. When I try to send my unsigned char pixel buffer via SendImage it just returns false. I guess I'm missing libraries that make texture sharing work?
The Demo Receiver correctly recognizes the width and height, but doesn't receive a single image.
Help or a repo that utilizes Spout2 in a minimal approach would be awesome, I didn't find one after excessive googling.