Hi, I saw following website -
http://www.webcam-whiteboard.com/
This guy is using IR Camera which is directly connected to PC instead
of WIImote
It is low cost design..
What you think, about disadvantage and advantage.
Also, I am trying to build this kind of setup..
I can think that whenever I am moving the IR pen, cursor will be
move.. I am able to do this task but how i can send click event.. how
Wiimote do this things, I saw couple of videos which has Wiimote and
IR pen. If IR pen send continuous IR rays then we can generate
movemove events.. how these demos work.. ??
AFAIK - WIImote receive only IR rays.. so how a normal IR pen behave
like a normal cursor - mousemove & click
One way which come in my mind is that whenever IR is detected, just
generate "mousedown" event.. and when IR rays is disconnected ,
generate mousedown event.. So it will be just IR-left-click.. and not
mousemove.. click to move mouse..
I am doing this by IR camera so that I can produce cheaper products..
I am detecting IR rays and points from frame-by-frame. I am doing it
in Python. my command line version is ready..
http://www.youtube.com/watch?v=OaqtnFZlkOg
I will upload more videos after success..
Also I need improvement suggestion.
Thanks