Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. Not able to add more images .
Forum Updated to NodeBB v4.3 + New Features

Not able to add more images .

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
7 Posts 3 Posters 1.2k 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.
  • P Offline
    P Offline
    Priyadharshini kumaravel
    wrote on last edited by
    #1

    I am trying to add more images by using qml_add_resource in cmake.using 16MB SDRAM,but while adding more images getting hang issue .if i am using less images its working fine

    jsulmJ KroMignonK 2 Replies Last reply
    0
    • P Priyadharshini kumaravel

      I am trying to add more images by using qml_add_resource in cmake.using 16MB SDRAM,but while adding more images getting hang issue .if i am using less images its working fine

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

      @Priyadharshini-kumaravel How many images and how big are those?

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

      P 2 Replies Last reply
      0
      • P Priyadharshini kumaravel

        I am trying to add more images by using qml_add_resource in cmake.using 16MB SDRAM,but while adding more images getting hang issue .if i am using less images its working fine

        KroMignonK Offline
        KroMignonK Offline
        KroMignon
        wrote on last edited by
        #3

        @Priyadharshini-kumaravel Depending on which build system you are using, you can try to enable "big resources":

        • qmake: CONFIG+=resources_big
        • cmake with qt5_add_big_resources => https://doc.qt.io/qt-5/qtcore-cmake-qt5-add-big-resources.html

        It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

        P 1 Reply Last reply
        0
        • jsulmJ jsulm

          @Priyadharshini-kumaravel How many images and how big are those?

          P Offline
          P Offline
          Priyadharshini kumaravel
          wrote on last edited by Priyadharshini kumaravel
          #4

          @jsulm around 140 images ,sizes are min=3KB to max=12KB. this issue is in Qt MCU 1.3.0

          1 Reply Last reply
          0
          • KroMignonK KroMignon

            @Priyadharshini-kumaravel Depending on which build system you are using, you can try to enable "big resources":

            • qmake: CONFIG+=resources_big
            • cmake with qt5_add_big_resources => https://doc.qt.io/qt-5/qtcore-cmake-qt5-add-big-resources.html
            P Offline
            P Offline
            Priyadharshini kumaravel
            wrote on last edited by
            #5

            @KroMignon will it work for Qt MCU also?

            KroMignonK 1 Reply Last reply
            0
            • P Priyadharshini kumaravel

              @KroMignon will it work for Qt MCU also?

              KroMignonK Offline
              KroMignonK Offline
              KroMignon
              wrote on last edited by
              #6

              @Priyadharshini-kumaravel I don't know, never used Qt for MCUs.

              It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

              1 Reply Last reply
              0
              • jsulmJ jsulm

                @Priyadharshini-kumaravel How many images and how big are those?

                P Offline
                P Offline
                Priyadharshini kumaravel
                wrote on last edited by
                #7

                @jsulm i tried with QUL_COMPRESSION ON .but its not decoding properly

                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