-
Notifications
You must be signed in to change notification settings - Fork 82
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
Black screen for DrishtiFaceFilter on Android #750
Comments
I'm not sure what is happening, but the black screen output is one of the more common OpenGL errors. What device and Android version are you using? Have you looked for Can you provide details for the following?
Can you confirm that frame callbacks are being received in the native C++ layer? I would probably try to cut out the face tracking and display and just test a simple rgb->grayscale shader. You can get this behavior in the demo app by disabling the tracker allocation here: drishti/src/examples/facefilter/lib/facefilter/renderer/Renderer.cpp Lines 120 to 127 in c4c74f0
It will skip the tracking on each frame here: drishti/src/examples/facefilter/lib/facefilter/renderer/Renderer.cpp Lines 67 to 78 in c4c74f0
There are a set of unit tests that are managed with the gauze framework. It will install and launch the tests on your device if it is tethered and visible via |
I can build the project and push the debug app to the phone successfully (after doing what is outlined in #748 ), yet when I open the DrishtiFaceFilter app on my android phone I only see a black screen.
Any ideas what I can do to debug/fix this?
The text was updated successfully, but these errors were encountered: