Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. evdevtouch: Could not read from input device (No such device)
QtWS25 Last Chance

evdevtouch: Could not read from input device (No such device)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
evdevtouchscreenqt5.5
7 Posts 3 Posters 4.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • chaithubkC Offline
    chaithubkC Offline
    chaithubk
    wrote on last edited by chaithubk
    #1

    I am running a Qt Application on Nitrogen board. I have connected a HDMI supported Multi Touchscreen monitor to the Nitrogen board, and my Qt application is working fine on the touchscreen.

    But intermittently am noticing this error on the console

    evdevtouch: Could not read from input device (No such device)
    

    ... and touch user interaction is not getting recognized at that point.
    Any suggestion why this is happening ?

    Thanks in advance.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Do you mean that your application is running fine for some time and then suddenly the input device disappears ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      chaithubkC 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Do you mean that your application is running fine for some time and then suddenly the input device disappears ?

        chaithubkC Offline
        chaithubkC Offline
        chaithubk
        wrote on last edited by chaithubk
        #3

        @SGaist Yes. Some times the input device auto recovers and some times I keep noticing the above error in the console and input device is not responding.

        Basically my Qt application contains a ChartView QML item which displays a simple LineSeries and I am trying to add a marker on the ChartView area - which gets displayed when user clicks any point on the graph. When I try to click on a point in the graph area and try to drag the marker I am noticing this error intermittently.

        evdevtouch: Could not read from input device (No such device)
        No release received for 1 touch points over QQuickMouseArea(0x106da90, parent=0x101dc08, geometry=0,0 1223x659) on touch end.
        

        This error is not occurring all the time. Am worried if I messed up something.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Are you disconnecting something when that message occurs ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          chaithubkC 1 Reply Last reply
          0
          • SGaistS SGaist

            Are you disconnecting something when that message occurs ?

            chaithubkC Offline
            chaithubkC Offline
            chaithubk
            wrote on last edited by
            #5

            @SGaist No, am not disconnecting anything.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Looks like there's something happening to your device rather than a problem with your application.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • A Offline
                A Offline
                Avtansh Sharma
                wrote on last edited by Avtansh Sharma
                #7

                @chaithubk
                Are you reading from your device

                1. continously
                  or
                2. just reading from it when device notifies you that data has arrived

                In the scenario 1 device will misbehave like you have mentioned

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved