Project News for reacTIVision

  • reacTIVision 1.4 release

    reacTIVision is a computer vision application framework for the fast and robust tracking of markers attached on physical objects, and the creation of multi-touch surfaces. it was designed for the rapid development of table-based tangible user interfaces.

    This is the final release of reacTIVision 1.4

    * finger blob tracking, with on screen setup (F key)
    * increased standard set of 108x2 fiducial symbols
    * additional small set of 12x2 fiducial symbols
    * improved fiducial rendering (smaller footprint & better proportions)
    * improved and more robust fiducial tracking (with secondary blob tracking)
    * improved calibration precision
    * improved DC1394 camera support and configuration on Mac and Linux
    * improved V4L2 camera support and configuration on Linux
    * on-screen and XML configuration instead of command line options
    * added MIDI channel selection for note ON events
    * removed initial camera dialogs on Mac and Windows

    2009-05-19 12:03:51 PDT by modin

  • reacTIVision 1.4 second release candidate

    reacTIVision is a computer vision application framework for the fast and robust tracking of markers attached on physical objects, and the creation of multi-touch surfaces. it was designed for the rapid development of table-based tangible user interfaces.

    This is the second release candidate for reacTIVision 1.4, which is feature complete, and which will become the final 1.4 release if no further mistakes are found.

    * finger blob tracking, with on screen setup (F key)
    * increased standard set of 108x2 fiducial symbols
    * additional small set of 12x2 fiducial symbols
    * improved fiducial rendering (smaller footprint & better proportions)
    * improved and more robust fiducial tracking (with secondary blob tracking)
    * improved calibration precision
    * improved DC1394 camera support and configuration on Mac and Linux
    * improved V4L2 camera support and configuration on Linux
    * on-screen and XML configuration instead of command line options
    * added MIDI channel selection for note ON events

    2009-04-18 13:30:32 PDT by modin

  • reacTIVision: 1.4 release candidate

    reacTIVision is a computer vision application framework for the fast and robust tracking of markers attached on physical objects, and the creation of multi-touch surfaces. it was designed for the rapid development of table-based tangible user interfaces.


    This is the release candidate for reacTIVision 1.4, which is feature complete, but might still contain a few issues to be be solved before the final 1.4 release. Also see the parallel update of the TUIO client collection.

    * finger blob tracking, with on screen setup (F key)
    * increased standard set of 108x2 fiducial symbols
    * additional small set of 12x2 fiducial symbols
    * improved fiducial rendering (smaller footprint & better proportions)
    * improved and more robust fiducial tracking (with secondary blob tracking)
    * improved calibration precision
    * improved Firewire camera support and configuration on Mac and Linux
    * improved V4L2 camera support on Linux
    * on-screen and XML configuration instead of command line options
    * added MIDI channel selection for note ON events

    2009-03-24 07:54:58 PDT by modin

  • new reacTIVision and TUIO forums

    Dear reacTIVision and TUIO community,
    I'd like to point you to a new and hopefully more convenient forum page, where you should direct all you questions from now on, suggestions and all other enquiries related to reacTIVision and the TUIO framework.

    http://apps.sourceforge.net/phpbb/reactivision/

    Please consider the old SF forum as obsolete, but it will of course remain there for future reference until most topics are covered within the new forums.

    have fun,
    Martin.K

    2009-03-14 08:33:27 PDT by modin

  • TUIO2 Specification Draft

    Dear multi-touch community,
    Almost four years have past since the initial publication of the TUIO protocol, which we had initially developed to define common method to connect different interactive surfaces such as the reacTable and the tDesk. Since then the protocol and its implementations in the context of the reacTIVision project have grown to a quite versatile SDK framework for the easy development of tangible or multi-touch interactive surfaces.
    Also, since David Wallin decided to adopt TUIO within touchlib, the protocol and framework has gained more interest and importance within the multi-touch community. And nowadays, many open-source multi-touch projects are using TUIO in many ways and there is also a growing number of third party client implementations in addition to our own software. There are even some interesting implementations available for devices such as the iPhone or the WiiMote, which I wouldn’t have considered in the first place.

    For many reasons, which I explained in another thread, the time has come for a mayor update of this protocol. During the past weeks I have been in contact with most of the developers that have been involved with the protocol on the implementation side, and after considering many of their suggestions I now finally published a first public draft of TUIO2. The current document is of course not yet finalized, but you already can consider it quite feature complete. There might be still some tweaks and changes in the individual message names or formats. The final specification document will be published in the near future and will also be marked as such.

    http://mtg.upf.edu/reactable/?tuio2

    These will be the most important changes in the new protocol:
    * a new, and more compact message and bundle format that follows a more standard OSC style
    * an optional source message that marks the origin of the message and provides some sensor meta data
    * the frame message now includes detailed timing information
    * an additional data message that allows to transmit the contents and type of markers (fiducials, barcodes, semacode ...)
    * different marker types can be used and distinguished within the same session
    * a much improved cursor message encodes a cursor ID (and user ID), cursor type and pressure
    * a raw object message transmits the position, dimension and area of unmarked blobs
    * an additional set of various incremental messages allows the detailed description of the blob shape (bounding box, contour, skeleton, area ...)

    have fun,
    Martin.K

    PS: For most of you, who are usually building applications using the TUIO framework, the protocol itself might not be the most important issue, since you are mostly dealing with the TUIO client implementations and their API. I am currently also finalizing the client API 1.4 for the present TUIO protocol (which you might know from the C++, Java, C# or Processing clients). Once the final TUIO2 specification is published, the complete TUIO client collection will be updated accordingly in order provide all these new attributes and features as listed above.

    2009-02-18 14:03:44 PST by modin