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. Remote control ?
Forum Updated to NodeBB v4.3 + New Features

Remote control ?

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 3 Posters 1.6k 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.
  • G Offline
    G Offline
    gleach31
    wrote on last edited by
    #1

    Perhaps a silly question (I'm still a newbie), but is there a method that allows a tablet to see and input to a Qt desktop development project ?

    Reason I ask is that competitors have one (well, at least one competitor does) :

    http://docs.unity3d.com/Manual/UnityRemote4.html

    1 Reply Last reply
    0
    • GianlucaG Offline
      GianlucaG Offline
      Gianluca
      wrote on last edited by
      #2

      I didn't understand what the documentation of Unity Remote 4 says. So, I don't know what Unity Remote 4 does.

      What do you need ?

      1 Reply Last reply
      0
      • clogwogC Offline
        clogwogC Offline
        clogwog
        wrote on last edited by
        #3

        from what i understand from the documentation is that it looks like it will run the (development) application natively on the PC but redirect the output to the tablet screen.
        it then redirects the touch/accelerometer/Gyro/camera stream data from the tablet back to the application on the PC
        Allowing you to compile and run your application local, but get a feeling of how it would look like on the mobile device without having to deploy.

        is this what you are looking for gleach31 ?

        i haven't seen it in the Qt development environment, and tried to look for it here: https://bugreports.qt-project.org but it doesn't exist yet as a request, no reason why you can't request it though

        1 Reply Last reply
        0
        • GianlucaG Offline
          GianlucaG Offline
          Gianluca
          wrote on last edited by
          #4

          Maybe there is something that I don't know about Unity ... but it seems a bit weird what Unity does for debugging an app.
          Sorry if may offend someone, but it seems stupid do this back-and-forth of datato debug something that does not really run on the target device.
          It sounds to me that Unity does in this way because it cannot do a real debug on the device as Qt Creator allow.

          So, my suggestion and try the debug mode of Qt Creator. And tell us if there is a real valuable difference on what Unity does with remote control.

          1 Reply Last reply
          0
          • G Offline
            G Offline
            gleach31
            wrote on last edited by
            #5

            Dear clogwog, thank you, that's the sort of thing I'd like. And so do over half a million Unity Remote users.

            Gianluca - deploying to a target device every time you make a tiny little change (particularly if trying out different styles, or tweaking a font size, etc), is a ridiculous waste of time. Far easier to make changes on the main platform you like to edit on, and then see what it looks like on a tablet. It also allows you to try out other aspects, like sensors, which don't exist on a PC or Macbook, again without deploying.

            "So, my suggestion and try the debug mode of Qt Creator. And tell us if there is a real valuable difference on what Unity does with remote control."

            The real valuable difference is that Unity can do it, and Qt can't.

            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