-
Notifications
You must be signed in to change notification settings - Fork 218
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
Syphon #93
Comments
OK, seems I had to post something for my brains to figure it out! Fastest auto-response-solution ever. SOLUTION: After I realized about it I made a quick search and this came out: Syphon/Processing#25 Well, hope this helps somebody! |
Hey juanmartin, Thanks |
I use the PImage generated by the library and send it through the Syphon object. Remember to import both libraries. |
Hi there, I made a PImage using getRawDepth and only taking pixels within certain threshold as Daniel's video tutorial. I got this working fine.
I need to send the image through Syphon but it doesn't seem to refresh the image on the receiving side. My sketch is outputting the image fine, but I tried to pick the syphon from Resolume, VDMX, another syphon capturing example sketch, but none seem to refresh the image.
This is the kinect-syphon-sending sketch
This is what I get from syphon in another sketch (which picks up the first syphon server)
This last one changes according to... I don't know what, but it always displays some random glitchy stuff.
This is the console output from the Kinect sketch:
These:
Are pretty annoying too.
I'm posting this here because I tried some other Syphon examples and they work fine but only when I use this kinect library this happens.
Thank you in advance!
JM
The text was updated successfully, but these errors were encountered: