Questions tagged [touchscreens]

6 questions
6
votes
3 answers

Why is implementing copy-paste in a touch screen based smartphone such a big deal?

When Apple didn't implement copy-pasting on the iPhone since version 1, I had just assumed it was a UI issue (Eg. they were waiting until they figured out a good UI for it). Now however the idea is out there and Microsoft still released Windows…
EpsilonVector
  • 10,763
  • 10
  • 56
  • 103
4
votes
2 answers

Algorithm for detecting a knob-turning gesture?

What is the math to identify a gesture for the motion made by two fingers turning a knob (tracking two sets for xycoords)? Is there a library/api anyone is familiar with that contains a good library of gestures for multitouch applications?
jamesson
  • 537
  • 1
  • 5
  • 14
2
votes
1 answer

How can I detect a touch event in a computer-vision blob-tracking system?

Say I have a computer vision system capable of tracking multiple colored blobs. Further, assume I want the blobs to represent "fingers" in a multitouch system. Now, I have many examples I can look at to see how to make multitouch gestures. However,…
jamesson
  • 537
  • 1
  • 5
  • 14
1
vote
0 answers

Create 2D drawing with touch screen that also works in IE

I have a page the allows a user to create a signature using a touch screen or mouse. The touch screen works fine in Chrome but not in IE. Most of the time IE does not 'detect' that I am using a touch screen. We detect touch like this: if…
Dylan
  • 11
  • 2
1
vote
1 answer

How could I implement multitouch gestures without a start event?

While working on multitouch, one of the problems I've run into is the fact that nobody seems to do gesture recognition without some kind of init event, whether it's a mouseclick or contact with a capacitive touchscreen. Is it possible to do an…
jamesson
  • 537
  • 1
  • 5
  • 14
1
vote
1 answer

What's the best way to use a kinect with multiple software music synthesizers?

For the past few months I've been looking into developing a Kinect based multitouch interface for a variety of software music synthesizers. The overall strategy I've come up with is to create objects, either programatically or (if possible)…
jamesson
  • 537
  • 1
  • 5
  • 14