Skip to content
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

Open
Ajasra opened this issue Aug 16, 2019 · 4 comments
Open

Receive nothing #6

Ajasra opened this issue Aug 16, 2019 · 4 comments

Comments

@Ajasra
Copy link

Ajasra commented Aug 16, 2019

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?

@BarakChamo
Copy link

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.

@neurochen
Copy link

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.

@lllclusterlll
Copy link

I solve this problem as @BarakChamo said:

the receiver and the sender must have exactly the same resolution

Working on

@jiafeng-1
Copy link

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants