vade

Forum Replies Created

Viewing 20 posts - 201 through 220 (of 529 total)
  • Author
    Posts
  • in reply to: Trying to send syphon matrix via jit.net.send/recv in Max 5 #6670
    vade
    Keymaster

    Can you please give us a crashlog of Max, so we can see if Syphon is in fact the culprit?

    in reply to: Trying to send syphon matrix via jit.net.send/recv in Max 5 #6668
    vade
    Keymaster

    What problems do you have in Max 6 with jit.gl.syphon besides some console messages?

    in reply to: v002 Open Kinect + OSX Mountain Lion #6442
    vade
    Keymaster

    Try rolling back to a previous commit, check out :

    https://github.com/v002/v002-Open-Kinect/tree/b411e4cb53ef4e39d4e899c74c9de3dcb6b41995

    And see if it fixes the issues with the depth (although it will revert core image issues).

    Remind me your GPU?

    in reply to: v002 Open Kinect + OSX Mountain Lion #6439
    vade
    Keymaster

    Interesting if this worked earlier. Are you compiling from GIT ? If so, can you tell what commit you are having issues with?

    • This reply was modified 8 years, 4 months ago by vade.
    in reply to: v002 Open Kinect + OSX Mountain Lion #6437
    vade
    Keymaster

    Additionally, drawing the depth image via a billboard or sprite is still going to clip, since, well, you are drawing it as a texture, not as a point in 3D space. This is because color values in the front buffer or an 8 bit buffer (FBO, etc) supports only 0 to 1 color values.

    in reply to: v002 Open Kinect + OSX Mountain Lion #6436
    vade
    Keymaster

    Does v002 Rutt Etra in XYZ mode render the scene properly? Perhaps your GPU doesn’t handle float 32 render texture targets.

    in reply to: v002 Open Kinect + OSX Mountain Lion #6434
    vade
    Keymaster

    v002 Open Kinect uses 32 bit floating point data. Core Image clips values. See other posts in the forum regarding this.

    in reply to: Device ID v002 Open Kinect #6431
    vade
    Keymaster

    How many kinects do you have?

    3?

    Device 0, 1, 2.

    Its an index for a reason 🙂

    in reply to: new-frame handler increasing retain count #6419
    vade
    Keymaster

    Random guess: try specifying “__unsafe_unretained __block SyphonClient* client” in the new frame handler?

    in reply to: Multiple Syphon Servers in Processing? #6409
    vade
    Keymaster

    Thanks. I can reproduce slightly different behavior. I’ve commented on the bug. I think it makes sense to continue conversation there. Thanks for putting the example together.

    in reply to: unstable syphon client in max #6406
    vade
    Keymaster

    Yea. Ive shown this code to JKC and some others on the Jitter page (in passing, not in super detail), and have not gotten much response as to this issue. Ive also attempted to just give them the Syphon for Jitter source so they can package, validate, and include Syphon stock (which would be nice). Alas, no progress on any of those fronts 🙁

    in reply to: Multiple Syphon Servers in Processing? #6405
    vade
    Keymaster

    It is possible there is an issue with multiple Syphon Servers in the jSyphon library (which Syphon for Processing leverages). I admit I have not tried this. Are you sure each PGraphicsOpenGL “G” is unique and each .getTexture call is properly returning a unique, populated GLuint textureID?

    Can you make a simple simple test case, and post a bug on the google code bug tracker? Thank you!

    in reply to: New to this and need help #6395
    vade
    Keymaster

    Nothing to install. The latest Resolume has Syphon built in. You need to simply enable it for output – then other systems will see it as an available “Syphon Server” (ie, a source for frames).

    Consult the Resolume forums for specifics 🙂

    in reply to: unstable syphon client in max #6381
    vade
    Keymaster

    secretkillerofnames: Are you getting crashes, or are you simply seeing those errors in the max console?

    Are you using the latest release of the Jitter objects? Can you re-create with Simple Server + Max ?

    in reply to: v002 Open Kinect Beta 5 on 10.6.8 #6368
    vade
    Keymaster

    We could weak link self. I think I know what you mean, its easy to get retain cycles in block code unintentionally.

    in reply to: PPC support for Glitch and Film Effects latest? #6363
    vade
    Keymaster

    We aren’t actively supporting 10.5 or PPC any longer, but the Film Effects are open source (on github, and we really ought to clean up Glitch, but the source is included in the download), so you could theoretically add the architecture and change the SDK to 10.5 – that said though, No recent XCode’s support PPC. (PPC’s been dead for a while now…)

    in reply to: Syphon issue crashes vdmx b8.0.8.1 #6350
    vade
    Keymaster

    I also notice in the video you are using the RGB Delay. What happens if you do not use any effects?

    in reply to: Syphon issue crashes vdmx b8.0.8.1 #6349
    vade
    Keymaster

    Additionally – can you re-create this with a compiled application and not from the editor?

    in reply to: Syphon issue crashes vdmx b8.0.8.1 #6348
    vade
    Keymaster

    Can you re-create this with the demo Unity3D project included with the Syphon for Unity3D?

    Can you provide as much information on the system, software etc? That crash is a crash in Apple’s code, not ours (not an attempt to pass the buck – it appears that we are triggering either an edge case, or a bug in AppKit).

    in reply to: Help adding Syphon to Unity 3D project #6343
    vade
    Keymaster

    Glad its working for you. Im not enough of a Unity user to know all the ins and outs, but I do know for others its been working. Glad its something “silly” and not a deep issue with our approach.

Viewing 20 posts - 201 through 220 (of 529 total)