You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example 'facefilter' properly compiled and installed in iPhone SE.
However, after 'allowing the access to camera', the app just show black screen after below debugging code.
Does it only support specific version of os or hardware?
ogles_gpgpu::Shader - /Users/iPsych/.hunter/_Base/9cb4184/31476c5/b11b287/Build/ogles_gpgpu/Source/ogles_gpgpu/common/gl/shader.cpp:116:compile(): could not compile shader program. shader source:
varying vec3 lineColor; void main() { gl_FragColor = vec4(lineColor, 1.0); }
ogles_gpgpu::Shader - /Users/iPsych/.hunter/_Base/9cb4184/31476c5/b11b287/Build/ogles_gpgpu/Source/ogles_gpgpu/common/gl/shader.cpp:75:create(): could not link shader program. error log:
ERROR: OpenGL ES requires exactly one vertex and one fragment shader to validly link.
ogles_gpgpu::Shader - /Users/iPsych/.hunter/_Base/9cb4184/31476c5/b11b287/Build/ogles_gpgpu/Source/ogles_gpgpu/common/gl/shader.cpp:41:getParam(): could not get parameter id for param color
Assertion failed: (compiled), function FacePainter, file /Research/2020/Empathy_and_Pupil/drishti/src/lib/drishti/hci/gpu/FacePainter.cpp, line 162.
The text was updated successfully, but these errors were encountered:
The example 'facefilter' properly compiled and installed in iPhone SE.
However, after 'allowing the access to camera', the app just show black screen after below debugging code.
Does it only support specific version of os or hardware?
The text was updated successfully, but these errors were encountered: