public static interface CameraCapturer.PictureListener
Modifier and Type | Method and Description |
---|---|
void |
onPictureTaken(byte[] pictureData)
Invoked when picture data is available.
|
void |
onShutter()
Invoked when photo is captured from sensor.
|