Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-137274

Photo Surface example app does not show any images on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.9.1, 6.10.0
    • Examples and Demos
    • None
    • Android

    Description

      Run Photo Surface app on Android device and select folder with pictures. 

       

      Actual: Pictures are not displayed on an Android device. 

      Logs:

      W/default : Failed to compile shader: ERROR: 0:206: '[]' : implicitly sized array supported in GLSL ES 3.00 and above only
      W/default : ERROR: 0:206: '[]' : array constructor supported in GLSL ES 3.00 and above only
      W/default : ERROR: 0:206: '[]' : first-class arrays (array initializer) supported in GLSL ES 3.00 and above only
      W/default : ERROR: 0:206: '=' : Invalid operation for arrays
      W/default : ERROR: 0:206: '=' : cannot convert from 'const array[5] of int' to 'highp array[5] of int'
      W/default : 
      W/default : Source was:
      W/default : #version 100
      W/default : precision highp float;
      W/default : precision highp int;
      W/default : 
      W/default : struct buf
      W/default : {
      W/default :     mat4 qt_Matrix;
      W/default :     float qt_Opacity;
      W/default :     vec2 iResolution;
      W/default : };
      W/default : 
      W/default : uniform buf _320;
      W/default : 
      W/default : varying vec2 qt_TexCoord0;
      W/default : 
      W/default : int hash12(vec2 p, float num_colors)
      W/default : {
      W/default :     vec3 p3 = fract(p.xyx * 0.103100001811981201171875);
      W/default :     p3 += vec3(dot(p3, p3.yzx + vec3(33.3300018310546875)));
      W/default :     return int(floor(fract((p3.x + p3.y) * p3.z) * num_colors));
      W/default : }
      W/default : 
      W/default : int magnify(inout vec2 fragCoord, float mag, float num_colors)
      W/default : {
      W/default :     for (float i = 1.0; i < mag; i += 1.0)
      W/default :     {
      W/default :         fragCoord += ((vec2(sin(fragCoord.y / (100.0 
      W/default : Failed to build graphics pipeline state
      Art: Compiled App Profiles.
      I/BLASTBufferQueue: [SurfaceView[org.qtproject.example.photosurfaceexample/org.qtproject.qt.android.bindings.QtActivity]@0#1](f:0,a:0,s:0) onFrameAvailable the first frame is available
      W/default : Failed to compile shader: ERROR: 0:206: '[]' : implicitly sized array supported in GLSL ES 3.00 and above only
      W/default : ERROR: 0:206: '[]' : array constructor supported in GLSL ES 3.00 and above only
      W/default : ERROR: 0:206: '[]' : first-class arrays (array initializer) supported in GLSL ES 3.00 and above only
      W/default : ERROR: 0:206: '=' : Invalid operation for arrays
      W/default : ERROR: 0:206: '=' : cannot convert from 'const array[5] of int' to 'highp array[5] of int' 

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              vhilshei Volker Hilsheimer
              lkos Łukasz Kosiorowski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes