Skip to content

mark-hoo/2014-2015-WiSe-15PP-PW-DIY-Multitouch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2014-2015-WiSe-15PP-PW-DIY-Multitouch

DIY (Multi) Touch (less) Human Computer Interaction (Projektwochen)

An open-ended exploration of touch, multitouch, computervision- and capacitive systems. In the foreground is an effective but low-cost implementation that can be ported to other projects, no material battle. Depending on the amount of participants one of the technologies mentioned is researched in groups, prototyped and applied. The aim is an exhibition at the end of the project weeks.

##Timetable:

Day 1 || Mo 06.10 LW 126:

  • Introduction Juri, Jordi, Fabian
  • Introduction project
  • Brief and incomplete history of MT
  • Example MT projects
  • Form groups
  • Workshop Touch Box
  • excercise

Day || 2 - 5 Di 07.10 - Fr 10.10 LW 126:

  • development and prototyping LW 126

Day 6 - 10 || Mo 13.10 - Do 16.10 Home & Foyer:

  • development and prototyping home and LW corridor

Day 10 || Fr. 17.10 Foyer:

  • Exhibition

###Software:

Processing Libs & Docs

Computer Vision / Blob Detection

  • OpenCV for Processing: Processing Computer Vision library and examples. This includes, brightness and contrast operations, image filtering, contour and edges detection, marker detection, background substraction and more CV operations.
  • Blobscanner: Blob detection lib for Processing
  • flob: Alternative to OpenCV. For Processing and openFrameworks
  • BlobDetection: Blob detection lib for Processing (Old. Last updated Oct. 2012)

Software Communication Protocol

Arduino Libs & Docs

###Hardware:

####Cameras

#####PS3 Eye Camera

  • Inexpensive - 9€ aprox. Check here
  • High Resolution/Frame Rate - 320x240 resolution 125fps max, 640x480 resolution 75fps
  • Best camera for building optical MT tracking systems because of its amazing camera sensor and ease of modification.

Source: http://www.peauproductions.com/cameras.html

We expirenced some issues using the PSEye3 camera with Processing under Mac OSX. Mountain Lion seems not to work at all.

###Useful Links
Links for things.

####Camera Hack:

####Physical:

####Optical (Color Tracking / Blob Detection):

####Capacitive:

####Augmented Multitouch – Sound

####Augmentation – Misc

####Sketch-Interaction (Augmented Drawings / Gesten)

####Misc

####License

The code in this repository is available under the MIT License:

Copyright (c) 2014 FH-Potsdam, Juri Wolf, Jordi Tost, Fabian Morón Zirfas

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

see also http://www.opensource.org/licenses/mit-license.php

About

DIY (Multi) Touch (less) Human Computer Interaction (Projektwochen)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Processing 85.4%
  • Other 9.5%
  • C++ 4.3%
  • Makefile 0.8%