human finger as pointer mouse

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • victor robbin
    New Member
    • Feb 2008
    • 6

    human finger as pointer mouse

    hi...
    do you know source code about human finger as mouse pointer by webcam?
    so, we can move pointer with our finger (input: webcam).
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    See Nintedo Wii technology.....

    Seriously though if it were as easy as "some source code" I don't think the Wii would be nearly as expensive.

    Also in order to make that happen you would need to have image recognition software that would allow the webcam to read the movements of your finger as overlayed on a grid, all this I would imagine is pretty complex stuff that requires 3rd party hardware and\or software outside of VB.

    Comment

    • victor robbin
      New Member
      • Feb 2008
      • 6

      #3
      i'm so confuse.
      can u tell me what the code for make this project??

      Comment

      • VBWheaties
        New Member
        • Feb 2008
        • 145

        #4
        Originally posted by victor robbin
        i'm so confuse.
        can u tell me what the code for make this project??
        There is no code to do what you are asking because there is no such thing as a finger pointing mouse.
        If you make one, you'll need to connect it to your PC. Depending on how you connect it, (USB, SERIAL, PCI), you'll need to write code to interface with the device and that's all computer engineering stuff.

        Comment

        • Killer42
          Recognized Expert Expert
          • Oct 2006
          • 8429

          #5
          Originally posted by victor robbin
          i'm so confuse.
          can u tell me what the code for make this project??
          I think you would probably need a low-level driver which interprets the hand movements. Most likely you VB code would simply see the results as a mouse movement, so no special code would be necessary.

          This is quite speculative, though.

          Comment

          Working...