LPMT introducing Syphon support

Home Forums Syphon Syphon Implementations – User LPMT introducing Syphon support

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5721
    hvfrancesco
    Participant

    we have a first working implementation of Syphon support in out Little Projection Mapping Tool.
    http://www.hv-a.com/dati/lpmt_syphon.png

    http://www.hv-a.com/lpmt

    #5722
    vade
    Keymaster

    Nice! Thats great to see. 🙂

    #5748
    hvfrancesco
    Participant

    I Vade, for what it concerns LPMT and Syphon: I’m using ofxSyphon on the client side, and it seems I have no way to know the name of other applications implementing syphon servers eventually present on the system and serving frames I can pick with my client.
    I saw that the simple demo client distributed on syphon site has a dropdown box where names of servers running are displayed and you can switch from one to another, so I guess it is possible to do the same, but not being familiar at all with objective C I don’t know how to eventually tweak ofxSyphon in order to be able to do that. Do you know how I could check for servers’ names with ofxSyphon?

    #5749
    vade
    Keymaster

    That functionality is part of the Syphon Framework. Did you look at the SDK documentation at all?

    http://syphon.v002.info/FrameworkDocumentation/#finding-servers

    #5750
    hvfrancesco
    Participant

    I see, it seems that function it is not implemented in openframeworks addon, I will see what I can do

    #5751
    vade
    Keymaster

    As per the home page, that is a work in progress. Getting a C Array from those methods should be trivial.

    #5752
    bangnoise
    Keymaster

    I’ve just committed changes to ofxSyphonClient to get the server and app name for a client.

    If you want to present a list of available servers, that’s beyond the current ofx functionality. Syphon.framework is hopefully well enough documented (with example code) that you could use it directly, even if you’re not familiar with Objective C. The source for Simple Client comes with the SDK.

    http://syphon.v002.info/#developer

    #5753
    hvfrancesco
    Participant

    very well, thanks. I think I can work it out

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.