Interactivity, Augmented Reality and Human-Computer Interaction
Igalia Interactivity specializes in the development of innovative ways of interacting with technology. We create immersive and engaging experiences by combining touchless, gestural and multiuser interfaces with advanced visuals and audio. The solutions we provide cover areas like art/multimedia installations, multisensorial stimulation rooms and augmented reality applications.
Technology is all around us, deeply integrated into our daily lives. However, our interaction with it is not always as natural as we would like it to be. Users are normally expected to learn how to use new technologies and adapt to them. In this scenario, we believe that the demand for simpler, more intuitive and natural interfaces will increase and accelerate in the future.
The Interactivity team at Igalia aims to help building a new generation of applications that feel more natural and fun to use. This also includes taking technology out to the physical space, the surroundings that people already inhabit. We believe technology can and should integrate nicely and respectfully with our environment.
Current implementations and installations of the interactivity area rely in two software components specifically developed for this realm: SkelTrack and GFreenect.
SkelTrack is a Free and Open Source Software library whose goal is to provide easy to use human skeleton tracking while GFreenect is a wrapper for the Freenect library that allows controlling a Kinect device. It is written using Glib in order to ease the integration with GNOME technologies.
We are ready to hear about your specific needs, but here are some examples of how our team could help you in different scenarios:
- Augmented Reality
- Human Computer Interaction
- Products & Installations
- Skeltrack
- GFreenect
- Kinect
- OpenCV
- Clutter
Featured Media
Updates
xcastanho
#skeltrack between the best software developments, prize awarded by @eganet_ga. #igalia at 13:03 Feb 3rd 2013 by Xavier Castaño
joaquimrocha
Salutations Interactive Installation: Making of http://t.co/OPpQkm7O #gnome #igalia #skeltrack at 16:39 Dec 18th 2012 by
Salutations Interactive Installation: Making of
Since the post about the Salutations Interactive Installation in the Museum für Kommunikation in Berlin, many people asked me for videos of the installation so we, the Igalia Interactivity team, came up with a better idea — a making of. …...
Skeltrack got an award
Last week, while I was busy in Berlin with an interactive installation, I received some good news: Skeltrack got an award in an innovation contest organized by the KNetworks project. From its own website, KNetworks “[...] is an open network …...
joaquimrocha
The world’s 1st interactive installation to use Open Source skeleton tracking: http://t.co/P7AvOyDk #gnome #igalia #skeltrack at 17:35 Nov 19th 2012 by
Commits
Avoid allocating new resources for calculating the extremas' averages
m skeltrack/skeltrack-skeleton.c Avoid allocating new resources for calculating the extremas' averages
23/10/2012Prevent division by 0 in coordinates conversion
m skeltrack/skeltrack-util.c Prevent division by 0 in coordinates conversion
23/10/2012Refactor the code to calculate an extremas' average
m skeltrack/skeltrack-skeleton.c Refactor the code to calculate an extremas' average It also prevents eventual division by zero of that code.
23/10/2012Refactor the way that the shoulders are retrieved
m skeltrack/skeltrack-skeleton.c Refactor the way that the shoulders are retrieved This abstracts the logic that was repeated for each of the shoulders and simplifies the code.
23/10/2012Update the docs where it refers to shoulder related properties
m skeltrack/skeltrack-skeleton.c Update the docs where it refers to shoulder related properties
23/10/2012