Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Artifacts in image resources
Forum Updated to NodeBB v4.3 + New Features

Artifacts in image resources

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
13 Posts 2 Posters 1.3k Views 2 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.
  • R Offline
    R Offline
    Ronak5
    wrote on 12 Jun 2019, 05:39 last edited by Ronak5
    #1

    Hi,
    I've developed a Qt application as android apk for android platform.
    But when I launch the app in android on one of the vendor boards, I could see one or other image resource being corrupted or some random artifacts on it.
    I don't see the issue on mobile device or on the linux OS based platforms.
    Could someone help in which direction to debug this issue?

    Thanks in advance.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 12 Jun 2019, 20:08 last edited by
      #2

      Hi,

      What version of Qt ?
      What version of Android ?
      What type of artefacts ?
      What type of image ?
      What properties of the image ?
      What type of device ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      R 1 Reply Last reply 13 Jun 2019, 05:31
      0
      • S SGaist
        12 Jun 2019, 20:08

        Hi,

        What version of Qt ?
        What version of Android ?
        What type of artefacts ?
        What type of image ?
        What properties of the image ?
        What type of device ?

        R Offline
        R Offline
        Ronak5
        wrote on 13 Jun 2019, 05:31 last edited by Ronak5
        #3

        @SGaist said in Artifacts in image resources:

        Hi,

        What version of Qt ?
        5.12.2
        What version of Android ?
        Oreo/Pie
        What type of artefacts ?
        blue and green pixels/dots or images rendered broken sometimes
        What type of image ?
        any png/jpeg resource
        What properties of the image ?
        not clear..what do you mean by properties of image here?
        The memory/size of the images varies between 0.5kb - 2.5kb only.
        What type of device ?
        it's an embedded device with TI J6 chipset with Arm A15 processor .

        Please let me know if you would like to see a screenshot.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 13 Jun 2019, 22:30 last edited by
          #4

          Yes, that would be nice.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          R 1 Reply Last reply 14 Jun 2019, 04:58
          1
          • S SGaist
            13 Jun 2019, 22:30

            Yes, that would be nice.

            R Offline
            R Offline
            Ronak5
            wrote on 14 Jun 2019, 04:58 last edited by Ronak5
            #5

            @SGaist
            Here,

            0_1560488263563_IMG_20190613_115802.jpg

            The blue dots here are garbage.

            0_1560488292851_IMG_20190613_112019.jpg

            0_1560488303969_IMG_20190613_115746.jpg

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 15 Jun 2019, 20:42 last edited by
              #6

              Intriguing...

              On what device does this happen ?
              Can you compare that with a tablet or smartphone running a similar version of Android ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              R 1 Reply Last reply 16 Jun 2019, 02:28
              0
              • S SGaist
                15 Jun 2019, 20:42

                Intriguing...

                On what device does this happen ?
                Can you compare that with a tablet or smartphone running a similar version of Android ?

                R Offline
                R Offline
                Ronak5
                wrote on 16 Jun 2019, 02:28 last edited by Ronak5
                #7

                @SGaist
                It's an embedded device with TI J6 chip set running Arm A15 processor and SGX544 gpu.
                I didn't get your question. Like compare what?
                Any specific logs? or the behaviour?
                I've already tested it on multiple tablets and phones with similar Android version and there were no issue on them.

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 16 Jun 2019, 21:17 last edited by
                  #8

                  Ok, so it could be something that is hardware specific. Do you have only one device ? If not, does the issue appear on the other device ?

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  R 1 Reply Last reply 17 Jun 2019, 05:29
                  0
                  • S SGaist
                    16 Jun 2019, 21:17

                    Ok, so it could be something that is hardware specific. Do you have only one device ? If not, does the issue appear on the other device ?

                    R Offline
                    R Offline
                    Ronak5
                    wrote on 17 Jun 2019, 05:29 last edited by Ronak5
                    #9

                    @SGaist
                    Yes I've tested on another device with similar specs having Arm A15 processor and SGX544 Gpu, I see same issue there too but with low frequency.
                    I've tested on several mobile devices, but I've never seen such issue on mobile devices.
                    I've also tested same app developed with java , but i don't have artifact issue with those apps. The issue here is seen only with the Qt based android app.

                    Could it be any graphics/openGl issue? Do you know any debug logs that could be enabled for verifying the rendering/graphics of images in Qt?
                    Thank you.

                    1 Reply Last reply
                    0
                    • R Offline
                      R Offline
                      Ronak5
                      wrote on 18 Jun 2019, 05:37 last edited by Ronak5
                      #10

                      @SGaist
                      There's one more observation that I had tried yesterday.
                      So if I load the image resources one after another after a certain delay let's say in window of 4-5 secs, the artefacts frequency is reduced and is visible only at a frequency of 2/10 times.
                      Could it infer something?

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on 18 Jun 2019, 21:46 last edited by
                        #11

                        I looks like its something specific to that device.

                        Do you have its specification somewhere ?

                        Interested in AI ? www.idiap.ch
                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                        R 1 Reply Last reply 19 Jun 2019, 05:33
                        0
                        • S SGaist
                          18 Jun 2019, 21:46

                          I looks like its something specific to that device.

                          Do you have its specification somewhere ?

                          R Offline
                          R Offline
                          Ronak5
                          wrote on 19 Jun 2019, 05:33 last edited by
                          #12

                          @SGaist
                          Here,
                          http://www.ti.com/product/DRA746

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            SGaist
                            Lifetime Qt Champion
                            wrote on 20 Jun 2019, 21:31 last edited by
                            #13

                            Are you using one of the evaluation board ?

                            Interested in AI ? www.idiap.ch
                            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                            1 Reply Last reply
                            0

                            1/13

                            12 Jun 2019, 05:39

                            • Login

                            • Login or register to search.
                            1 out of 13
                            • First post
                              1/13
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Users
                            • Groups
                            • Search
                            • Get Qt Extensions
                            • Unsolved