ShinyTouch Auto-Calibration
A few days ago I started working on auto calibration for shinytouch. Someone worked it a bit brfire and gave some PyGTK code that did fullscreen correctly but I ended up getting too confused...
View ArticleShinyTouch is 1 month old
For as long as my notes show, ShinyTouch is now 1 month old. So today, I added VideoCapture support, so it will now work better on Windows. Auto calibration has been rewritten, and a few other small...
View ArticleShinyTouch Images
This is the app running, notice that it’s not yet been calibrated yet. Here is the auto-calibration process, it alternates between black and white This is part of Auto-Calibration. This is some stuff...
View ArticleTUIO Support
So even though the algorithms that transform the calibration box aren’t working accurately yet, TUIO support has been made, so you can use apps like TUIO Mouse to control your computer and other touch...
View ArticleShinyTouch is Complicated
This is a draft, and I just feel like publishing it cause I lost my train of thought. So I totally super insanely over underestimated the complexity of the ShinyTouch project. It’s actually probably...
View ArticleShinytouch Perspective Transform
Shinytouch perspective transforms now work! One big issue with ShinyTouch is that it didn’t transform points correctly, but now it has been totally resolved by stealing this (MIT licensed) from the...
View ArticleShinyTouch Videos
The first one is shot from recordMyDesktop-gtk and the second one is from Cycorder on my iPhone.
View ArticleShinyTouch/JS
Yay for yet another demo that strives to mix an mash almost everything HTML5 related! ShinyTouch in JS dumps the stuff from a <video> tag with ogg encoded video (well, almost all video from linux...
View ArticleShinyTouch/OpenCV
I have yet to give up entirely on ShinyTouch, my experiment into creating a touch screen input system which requires virtually no setup. For people who haven’t read my posts from last year, it works...
View ArticleFlash-based CamShim-based HTML5 Capture API-ish Shim
It doesn’t truly cover the entire capture api. In fact, all it covers is the first example they give on using the navigator.device.captureImage function. I can’t even figure out if that even complies...
View Article