Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS facefilter example error. #765

Open
iPsych opened this issue Jun 4, 2020 · 0 comments
Open

iOS facefilter example error. #765

iPsych opened this issue Jun 4, 2020 · 0 comments

Comments

@iPsych
Copy link

iPsych commented Jun 4, 2020

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant