omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. lucast4

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    lucast4

    @lucast4

    0
    Reputation
    227
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lucast4 Unfollow Follow

    Latest posts made by lucast4

    • What is the accuracy of touch.timestamp and touch.location?

      I am developing a program that needs to collect precise and accurate data (i.e., position and time) regarding touches. I am collecting those data using to following code:

      data = []
      x, y = touch.location
      t = touch.timestamp
      data.append((x,y,t))

      I am using this on the regular Ipad (6th gen)

      How precise and accurate are x, y, and t? I looked at the docs (http://omz-software.com/pythonista/docs/ios/ui.html#ui.Touch), but I cannot seem to find this information anywhere.

      Thanks!

      posted in Pythonista
      lucast4
      lucast4