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
When I catpure with AGI, AGI will not record the camera output,textureOES is emply
When replay capture, it will show green (0xFF005600) and on "textures" tag, it will display
"No texture data has been associated will texture "Image<....>"
use android studio to build grafika and run on device
use AGI to start up grafika
in grafika interface, select "Show+capture camera"
AGI capture one frame and open
AGI replay, it will show full 'black or green'
Stacktrace
n/a
Screenshots
n/a
Additional debugging information
in "Show+capture camera" activity, camera will output to texture(target is GL_TEXTURE_EXTERNAL_OES), and use egl context to render to screen
gles shader use '#extension GL_OES_EGL_image_external : require' and 'uniform samplerExternalOES sTexture;'
The text was updated successfully, but these errors were encountered:
Environment information:
If tracing on Android:
Bug description
"No texture data has been associated will texture "Image<....>"
Reproduction steps
Stacktrace
n/a
Screenshots
n/a
Additional debugging information
in "Show+capture camera" activity, camera will output to texture(target is GL_TEXTURE_EXTERNAL_OES), and use egl context to render to screen
gles shader use '#extension GL_OES_EGL_image_external : require' and 'uniform samplerExternalOES sTexture;'
The text was updated successfully, but these errors were encountered: