• Home
  • About
  • Publications
  • Contact
  • Imprint
  •  

    Vispol at the “Moderner Staat” Fair in Berlin from 24. – 25. November 2009

    November 12th, 2009

    splashscreenMel

    My software Vispol will be shown at the booth of the state of Hessen/Germany at the fair “Moderner Staat” in Berlin on 24. and 25. November 2009.

    It will be shown on the new really cool round [!] multi-touch and TUI table from sensory minds.

    I will be there on both days.


    Flex Does Not Find Resource Bundles

    November 11th, 2009

    LocalizationProblem

    Recently I had the problem that my Flex code, which used the ResourceManager, would not find the resource bundle, which contained all resources for my application. However, the application compiled but it would always crash whenever the first time a resource should be loaded. I checked my compiler arguments a 1000 times but everything was correct and did work well in another Flex application. The problem was that my resource bundle was not present in the ResourceManager, it just did not load it.
    Read the rest of this entry »


    Microsoft Surface TUIO Overlay SurfaceToTuio

    November 9th, 2009

    surfaceSquidyTuio

    In terms of the NUI research project Squidy at the Konstanz University the TUIO overlay SurfaceToTuio has been developed for Microsoft Surface. Download the SurfaceToTuio component from the sourceforge project site (or via direct download).

    SurfaceToTuio is available as source code only (there is no executable). However, you can just upload the SurfaceToTuio folder to your Surface, doubleclick the Visual Studio project and compile it in the Surface’s Visual Studio right away.

    Finally, a decent software interface for a decent hardware.


    Infrared Light Blocking Foil Test for FTIR Multi-Touch Tables

    November 4th, 2009

    virttableWithAndWithoutIRBlockingFoil
    Figure 1: The Virttable’s display with (right) and without (left) the chosen IR blocking foil.

    Some time back, I’ve bought some infrared blocking foil for the Virttable from the German foil store Ifoha. Infrared blocking foil is an approach for the blocking of ambient infrared light (e.g. from a light bulb or daylight) ONLY in a FTIR multi-touch setup as it blocks light that comes from above the table. I.e. in DI your hands reflect light that would be blocked by an IR blocking foil.
    Read the rest of this entry »


    VotkA: 3D Visualization of the k-means Algorithm using Fiducials, Processing, TUIO and OSCRemote

    November 3rd, 2009

    I am going to present a few projects on my blog in which I collaborated in one or the other way. This post introduces Fabio Campos’s VotkA (Visualization of the k-means Algorithm) project of the course Visualization in the Master’s studies of Computer Sciences at the RheinMain University of Applied Sciences. Fabio’s project is a 3D visualization of the k-means algorithm applied to Fisher’s dataset. The user can interact with the visualization via reacTIVision/Fiducials or the OSCRemote application on the iPhone/iPod Touch.

    3D Visualization of the k-meansAlgorithmUsingFiducialsAnd Processing2_450
    Figure 1: 3D scatter plot of Fisher’s dataset assorted with the k-means algorithm

    In VotkA users can interact with a three-dimensional cluster analysis visualization via a Tangible User Interface (TUI), the iPhone app OSCRemote or both in parallel. The TUI is provided by a small box that is technically based on Seth Sandler’s cheap multi-touch pad (you can see the box in the youtube video at the end of this article). On top of the box fiducials from reacTIVision are being tracked. Whenever a fiducial is being recognized a TUIO message with the fiducial’s id, position and rotation will be sent to VotkA.
    Read the rest of this entry »