webcam in jitter
Hallo,
ich want to use webcam in smartphone as a camera, to connect into jitter grab, but it couldn't be recognised by the getvdevlist. Does anybody have experience? thanks...
Regarts
Huihui
You can use an app like AirBeam to send the video from the smartphone as a texture through a siphon server. Then use the jit.gl.syphonclient object (an external which must be installed) to retrieve the texture and apply it to jit.gl.videoplane. Get the software you need at:
Apparently you need to have the airbeam app running on your computer as well to act as the syphon server. Make sure that the computer and the smartphone are connected to the same un-firewalled network as well. I just created a network with my macbook pro and connected to it with my iPhone. Here is a patch to test it out:
thanksssss!
I'm so appreciate for your answer...
I don't have jit.gl.syphonclient, where could I get? I didn't find it in internet.
and, could it be possible, if I use ipcam or tinycam for android?
thanks alot for your patch, I'm trying now:)
regards,
huihui
This is where you can download the Max plugins. The website also lists what apps support it.
can someone explain what it takes exactly to get my airbeam server to show up after i press the "getavailableservers" message? is there something i need to change within the patch listed above?