Код: Выделить всё
public void run()
{
while(...)
{
...
this.bitmap = Bitmap.createBitmap(bitmapWidth, height, Bitmap.Config.ARGB_8888);
this.bitmap.copyPixelsFromBuffer(buffer);
}
}
public Bitmap getBitmap()
{
return this.bitmap;
}
Подробнее здесь: https://stackoverflow.com/questions/782 ... et-methods
Мобильная версия