Questions tagged [bufferqueue]
5 questions
4
votes
0 answers
Buffer Queue has been abandoned
I am writing an app to make a lantern by lighting the LED of an Android device.
Most of the time it works well, but sometimes I see the message "E/BufferQueueProducer﹕ [unnamed-5260-0] queueBuffer: BufferQueue has been abandoned" at the…

Pedro Santangelo
- 143
- 2
- 13
2
votes
1 answer
BufferQueue has been abandoned when using Mediaprojection
Does anyone know what it is?
BufferQueue has been abandoned
I am using the Mediaprojectoin class to take a Screenshot. My app works well but in Logcat I have many lines that say "BufferQueue has been abandoned".I don't know What it is and what I…

boss_17
- 71
- 1
- 5
1
vote
0 answers
Camera 2 api showing BufferQueue has been abandoned
I am using camera 2 api in my application by following the google sample link
For the first time it is working properly. If you go back and come again many times, then the app is getting crashed saying…

ThavaSelvan
- 123
- 6
0
votes
1 answer
Manipulate BufferQueue on the native side
I want to write an app that has to manipulate some buffer produces by the Camera (Camera2 api). The code that manipulates the buffer is written in native c (Let's say color conversion).
Basically, this means that I have a java Camera2 API, which…

Django
- 181
- 2
- 15
0
votes
0 answers
I can't receive all server responses
In my Android app I'm connected to a server and keep receiving data from it when the app is on run-time, every thing was working so fine, but lately without any code changes, my app keep losing a big amounts of data and not receiving it from the…

Muhammed Refaat
- 8,914
- 14
- 83
- 118