最終更新:2017-09-08 (金) 14:26:40 (2416d)  

android.media.ImageReader
Top / android.media.ImageReader

The ImageReader class allows direct application access to image data rendered into a Surface.

https://developer.android.com/reference/android/media/ImageReader.html

ImageReaderImageReader.newInstance(int width, int height, int format, int maxImages)Create a new reader for images of the desired size and format.
SurfaceImageReader.getSurface()Get a Surface that can be used to produce Images for this ImageReader.
ImageImageReader.acquireLatestImage?()Acquire the latest Image from the ImageReader's queue, dropping older images.
ImageImageReader.acquireNextImage?()Acquire the next Image from the ImageReader's queue.

メモ

フォーマット

関連