-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receive nothing #6
Comments
I had the same problem. It seems that the receiver and the sender must have exactly the same resolution or Spout will fail silently and you'll receive a black texture. |
I also have the same issue with python 3.7.6 and boost 1.72.0. Tried many modifications, and the program ran without errors but with a black window. @BarakChamo The dimensions of sender and receiver are identical already. Could you please share an example of your working solution? I just use the spout_receiver_example and spout_sender_example, nothing came out. Also, what python and boost version do you use? @aurialLoop You are a super expert on this. Could you please check the issue here? Thanks. |
I solve this problem as @BarakChamo said:
Working on
|
Do not know how to specifically modify the resolution? I changed the default data in Parse to 800 and 600. But it didn't seem to work |
With Spout Receiver.
Code does not return any error but shows me a black screen. Also 'data' array full of '0'
Is there a way to check if it connected to the sender or not?
The text was updated successfully, but these errors were encountered: