Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Announcements
  4. Qt AR: Why and How to Add Augmented Reality to Your Mobile App
Forum Updated to NodeBB v4.3 + New Features

Qt AR: Why and How to Add Augmented Reality to Your Mobile App

Scheduled Pinned Locked Moved Announcements
3 Posts 4 Posters 3.9k 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.
  • GTDevG Offline
    GTDevG Offline
    GTDev
    wrote on last edited by
    #1

    Improved augmented reality capabilities for mobile platforms are one of the biggest trends of 2018. With Apple's ARKit and Google's ARCore, augmented reality made it's way into the mobile market and is on the rise ever since.

    alt text

    But you also have the option to rely on cross-platform tools which go beyond ARKit and ARCore, for example: Wikitude.

    Wikitude bridges the gap between different devices, platforms, and levels of AR support. With a single cross-platform API it allows to integrate AR features across iOS, Android and Windows with a single code base, while having a much higher device coverage than ARKit and ARCore.

    alt text

    V-Play Engine now makes it possible to use the Wikitude AR SDK in your Qt/QML app with its Wikitude Plugin. You can embed Wikitude Augmented Reality views with a few lines of QML:

    import VPlayApps 1.0
    import VPlayPlugins 1.0
    
    App {
     WikitudeArView {
       id: arView
       anchors.fill: parent
       arWorldSource: Qt.resolvedUrl("assets/11_Video_4_Bonus-TransparentVideo/index.html")
       running: true
       cameraPosition: WikitudeArView.BackCamera
       licenseKey: ""
     }
    }
    

    For more details on how to create cross-platform AR apps with Wikitude and Qt, see this guide: https://v-play.net/cross-platform-development/qt-ar-why-and-how-to-add-augmented-reality-to-your-mobile-app#why-use-wikitude-instead-of-arkit-or-arcore

    Senior Developer at Felgo - https://felgo.com/qt

    Develop mobile Apps for iOS & Android with Qt
    Felgo is an official Qt Technology Partner

    A J 2 Replies Last reply
    1
    • GTDevG GTDev

      Improved augmented reality capabilities for mobile platforms are one of the biggest trends of 2018. With Apple's ARKit and Google's ARCore, augmented reality made it's way into the mobile market and is on the rise ever since.

      alt text

      But you also have the option to rely on cross-platform tools which go beyond ARKit and ARCore, for example: Wikitude.

      Wikitude bridges the gap between different devices, platforms, and levels of AR support. With a single cross-platform API it allows to integrate AR features across iOS, Android and Windows with a single code base, while having a much higher device coverage than ARKit and ARCore.

      alt text

      V-Play Engine now makes it possible to use the Wikitude AR SDK in your Qt/QML app with its Wikitude Plugin. You can embed Wikitude Augmented Reality views with a few lines of QML:

      import VPlayApps 1.0
      import VPlayPlugins 1.0
      
      App {
       WikitudeArView {
         id: arView
         anchors.fill: parent
         arWorldSource: Qt.resolvedUrl("assets/11_Video_4_Bonus-TransparentVideo/index.html")
         running: true
         cameraPosition: WikitudeArView.BackCamera
         licenseKey: ""
       }
      }
      

      For more details on how to create cross-platform AR apps with Wikitude and Qt, see this guide: https://v-play.net/cross-platform-development/qt-ar-why-and-how-to-add-augmented-reality-to-your-mobile-app#why-use-wikitude-instead-of-arkit-or-arcore

      A Offline
      A Offline
      AnastasiaIT
      wrote on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • GTDevG GTDev

        Improved augmented reality capabilities for mobile platforms are one of the biggest trends of 2018. With Apple's ARKit and Google's ARCore, augmented reality made it's way into the mobile market and is on the rise ever since.

        alt text

        But you also have the option to rely on cross-platform tools which go beyond ARKit and ARCore, for example: Wikitude.

        Wikitude bridges the gap between different devices, platforms, and levels of AR support. With a single cross-platform API it allows to integrate AR features across iOS, Android and Windows with a single code base, while having a much higher device coverage than ARKit and ARCore.

        alt text

        V-Play Engine now makes it possible to use the Wikitude AR SDK in your Qt/QML app with its Wikitude Plugin. You can embed Wikitude Augmented Reality views with a few lines of QML:

        import VPlayApps 1.0
        import VPlayPlugins 1.0
        
        App {
         WikitudeArView {
           id: arView
           anchors.fill: parent
           arWorldSource: Qt.resolvedUrl("assets/11_Video_4_Bonus-TransparentVideo/index.html")
           running: true
           cameraPosition: WikitudeArView.BackCamera
           licenseKey: ""
         }
        }
        

        For more details on how to create cross-platform AR apps with Wikitude and Qt, see this guide: https://v-play.net/cross-platform-development/qt-ar-why-and-how-to-add-augmented-reality-to-your-mobile-app#why-use-wikitude-instead-of-arkit-or-arcore

        J Offline
        J Offline
        jayniferson
        Banned
        wrote on last edited by
        #3
        This post is deleted!
        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