gregab

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Multiple Syphon streams from VDMX to Unity 3D? #33824
    gregab
    Participant

    Got it working! The key (via Brian on twitter) was too apply different materials to each object I wanted to receive a different source. I used syphonSupportedShader and syphonSupportedShader1, which ship with the Syphon Unity integration. Once I’d added each of those to my two GameObjects, I could render the different sources.

    in reply to: Multiple Syphon streams from VDMX to Unity 3D? #33822
    gregab
    Participant

    Hey, it’s almost two years later and I’m trying to do this exact same thing. Did this feature ever make it into the public release of the Unity Syphon client?

    Thanks!

    in reply to: Syphon QTKit and IP Cam Inputs #33613
    gregab
    Participant

    I’m trying to get SyphonNetCamera working with Spydroid, an OSS Android IP Camera app. When I put the Spydroid URL into SyphonNetCamera, it connects and the stream begins, but SyphonNetCamera does not publish the frames to Syphon. SyphonNetCamera does work for me with other IP Cameras.

    Here’s a video showing SyphonNetCamera connecting to Spydroid, failing to publish frames, and then successfully publishing frames from another IP Camera source. Spydroid IP camera SyphonNetCamera problem.

    To confirm that the problem is not Spyrdoid-specific, here is proof of Spydroid successfully streaming into VLC using the same URL:

    Spydroid streaming to VLC

    I have a similar problem with Bakercp’s IPCAM2SYPHON. I wonder if it has to do with the formatting of the Spydroid URL (http://18.189.9.13:8080/spydroid.sdp?h264=640-30) or the encoding of its frames (available in h264 or h263), the choice of port, or some other issue.

    Thanks for your help!

    • This reply was modified 7 years, 5 months ago by gregab.
    in reply to: Receive Syphon input into Processing Sketch? #5686
    gregab
    Participant

    Hey Andres,

    This sounds like great progress! I just downloaded the library and it worked great with the Simple Server that ships with Syphon, but I couldn’t get it to read from my FaceOSC Syphon app. That app serves as “FaceOSC Camera” and is perfectly visible in the Simple Client. You can download it here:

    https://github.com/atduskgreg/ofxFaceTracker/downloads

    Am I just getting the server name wrong? “FaceOSC Camera” is what I set it as in the OpenFrameworks code. Am I missing something here or is this a bug with the library?

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)