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. Android Vizux 400 Glasses

Android Vizux 400 Glasses

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 3 Posters 635 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.
  • R Offline
    R Offline
    RahibeMeryem
    wrote on last edited by
    #1

    Hi,

    We have a simple c++ Qt software that detecting faces and send it through mqt and get feedback.

    wha will be the proper way to port this application to the Vizux 400 android smartGlasses ? Is it required rewrite ?

    We have really new on this android.

    Best

    1 Reply Last reply
    0
    • V Offline
      V Offline
      Victor_Jimenez
      wrote on last edited by
      #2

      Hey Rahibe,

      In order to build for the Vuzix M400 Smart Glasses you will first need to be able to build your App for Android.
      https://doc.qt.io/qt-5/android-getting-started.html

      Also like every other app for Android you will need to configure the proper level of API support.

      The Vuzix M400 operate running Android 9 API Level 28.
      https://www.vuzix.com/Developer/KnowledgeBase/Detail/1112

      Also for the Vuzix M400 make sure your input fields and the items on your UI have the proper focus properties to be able to use the M400 navigation methods:
      https://www.vuzix.com/Developer/KnowledgeBase/Detail/1111

      That is pretty important since Android UI elements typically think there is a touch screen for Android to translate the touch even into the an input event.

      Hope this helps.

      1 Reply Last reply
      3
      • R Offline
        R Offline
        RahibeMeryem
        wrote on last edited by
        #3

        @Victor_Jimenez Thanks for the details.

        Our software written in C++ in Qt and there is QML .

        • Opencv capture camera used
        • Qmqtt sending and receiving data
          -MNN library

        we are good at linux side. But android and +Vuzix new for us.

        Also if you advise us we can get paid help from a professional to accomplish this export Adroid.

        Best

        1 Reply Last reply
        0
        • R Offline
          R Offline
          RahibeMeryem
          wrote on last edited by
          #4

          @Victor_Jimenez

          is normal Qt widget application portable to the Android ? Do we have to code in QML ?

          V jsulmJ 2 Replies Last reply
          0
          • R RahibeMeryem

            @Victor_Jimenez

            is normal Qt widget application portable to the Android ? Do we have to code in QML ?

            V Offline
            V Offline
            Victor_Jimenez
            wrote on last edited by
            #5

            @RahibeMeryem

            QT for Android can run Widget Base apps and QML base apps.
            I personally have not run an QT application on any Android device.

            On Mac, Windows and Linux, yes, on Android nop.
            Sorry I cannot help you there.

            There are some samples but from I can see they show using QML.
            https://doc.qt.io/qt-5/examples-android.html

            If you want, you can reach Vuzix at support at: https://www.vuzix.com/support/product-support/m-series

            Just throwing an Idea here, if you have the C++ application why not use the NDK approach for Android?
            https://developer.android.com/ndk

            Just build a basic UI in Android that then talks to your original C++ code.

            1 Reply Last reply
            0
            • R RahibeMeryem

              @Victor_Jimenez

              is normal Qt widget application portable to the Android ? Do we have to code in QML ?

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @RahibeMeryem said in Android Vizux 400 Glasses:

              is normal Qt widget application portable to the Android ?

              yes

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              R 1 Reply Last reply
              1
              • jsulmJ jsulm

                @RahibeMeryem said in Android Vizux 400 Glasses:

                is normal Qt widget application portable to the Android ?

                yes

                R Offline
                R Offline
                RahibeMeryem
                wrote on last edited by
                #7

                @jsulm Thanks a lot .

                One more question for start the project correct way and tools:

                The Android device is arm7a
                opencv and mqtt is using.

                when I compile / put the compatible aarch libraries it is assuming to work.

                I just wonder do I need any conversion opencv camera capture ? Is opencv camera capture working as expected ?

                What could be the exact setup for opencv camera capture and mqtt ?

                do you knw any example for opencv cap & mqtt ?

                Best Regards

                jsulmJ 1 Reply Last reply
                0
                • R RahibeMeryem

                  @jsulm Thanks a lot .

                  One more question for start the project correct way and tools:

                  The Android device is arm7a
                  opencv and mqtt is using.

                  when I compile / put the compatible aarch libraries it is assuming to work.

                  I just wonder do I need any conversion opencv camera capture ? Is opencv camera capture working as expected ?

                  What could be the exact setup for opencv camera capture and mqtt ?

                  do you knw any example for opencv cap & mqtt ?

                  Best Regards

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @RahibeMeryem said in Android Vizux 400 Glasses:

                  Is opencv camera capture working as expected ?

                  I don't know whether it works on Android. You will need to build it for Android first.

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  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