| android.media.ImageReader.OnImageAvailableListener |
Callback interface for being notified that a new image is available.
The onImageAvailable is called per image basis, that is, callback fires for every new frame available from ImageReader.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Callback that is called when a new image is available from ImageReader.
|
||||||||||
Callback that is called when a new image is available from ImageReader.
| reader | the ImageReader the callback is associated with. |
|---|