I'm going to try and use TUIO_CPP from here:
http://reactable.iua.upf.edu/?software
It works right now, with touchlib, from here:
http://nuigroup.com/touchlib/downloads/
So I launch up the TUIO Demo (TUIO_CPP) which listens for data about what the cam is seeing from VISION (touchlib).
Now I have light/blob tracking - it gives me a on-screen co-ordinate.
I will post a code snippet with a texture on a plane that is moved by using a light.
From there I'll have to wrap my head around co-ordinate calculations so that I can use two points of light.
This will allow me to angle the camera, like looking at a large photo, through a small frame, as Johnny Lee demonstrates in his video.
why doesn't it work the way I want it to!