YES , now how it works when you move the mouse is what I want it to do when I move the tablet if it is possible, otherwise with the camera is fine
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
YES , now how it works when you move the mouse is what I want it to do when I move the tablet if it is possible, otherwise with the camera is fine
I don't know how the tablet would sense what distance it had moved. Perhaps a series of images would give it a way to keep track of its movement. That sounds like a very tricky and complicated program to be able to connect a series of images and have some scale that would allow a program to measure a distance from a spot in the first image to a spot in a later image. Also how to keep track of what direction the motion was in? What would be the x direction and the y direction?
If you don't understand my answer, don't ignore it, ask a question.
I am actually not sure, but is it possible, if not I'm sorry for using up your time for nothing
I think it would be a very complicated program.
If you don't understand my answer, don't ignore it, ask a question.
ok, thanks for all your help