Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to start gesture programming in qt
Forum Updated to NodeBB v4.3 + New Features

How to start gesture programming in qt

Scheduled Pinned Locked Moved General and Desktop
7 Posts 3 Posters 1.7k Views 1 Watching
  • 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.
  • N Offline
    N Offline
    nitishxp
    wrote on last edited by
    #1

    i want to create a project VIRTUAL PIANO through gesture ..i have no knowlegde where to start and from which point i should give it a try to start my project..plz help me

    1 Reply Last reply
    0
    • mrdebugM Offline
      mrdebugM Offline
      mrdebug
      wrote on last edited by
      #2

      I think you need to implement OpenCV.
      With OpenCV is possible to obtain forms from images or webcam. It is not easy to use.

      Need programmers to hire?
      www.labcsp.com
      www.denisgottardello.it
      GMT+1
      Skype: mrdebug

      1 Reply Last reply
      0
      • dheerendraD Offline
        dheerendraD Offline
        dheerendra
        Qt Champions 2022
        wrote on last edited by
        #3

        Can you look at PincArea and MultiPointTouchArea in QML ?

        Dheerendra
        @Community Service
        Certified Qt Specialist
        http://www.pthinks.com

        1 Reply Last reply
        0
        • N Offline
          N Offline
          nitishxp
          wrote on last edited by
          #4

          hi dhrendra but i cant get u what u r saying...

          1 Reply Last reply
          0
          • dheerendraD Offline
            dheerendraD Offline
            dheerendra
            Qt Champions 2022
            wrote on last edited by
            #5

            Do you want to write your own gesture or use the existing one provided by Qt like Pinch etc. First look at the Pinch and Pan gestures give by the Qt. You can look at MultiPointTouchPoints and PinchArea items given by QML. Also
            QPanGesture, QPinchGesture, QSwipeGesture, QTapAndHoldGesture, and QTapGesture as given by Qt.

            If you want to write your own guesture look at QGuesture and QGuestureRecognizer classes. You need to subclass from QGuestureRecgonizer and write how do you want recognize the events as guestures.

            Hope this helps.

            Dheerendra
            @Community Service
            Certified Qt Specialist
            http://www.pthinks.com

            1 Reply Last reply
            0
            • N Offline
              N Offline
              nitishxp
              wrote on last edited by
              #6

              hi dheerendra ,...sir but sir ..i dont have enough knowledge on qt itself ..sir my project is through the use of webcam ...virtual piano..so plz suggest some starting way to start my project

              1 Reply Last reply
              0
              • dheerendraD Offline
                dheerendraD Offline
                dheerendra
                Qt Champions 2022
                wrote on last edited by
                #7

                If your plan is start do the project using Qt, you need to learn Qt and/or QML. Based on this you will be able to move forward with your gesture work. There is no jump start. You need to learn Qt.

                Dheerendra
                @Community Service
                Certified Qt Specialist
                http://www.pthinks.com

                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