public abstract class CameraEventListener
extends java.lang.Object
Constructor and Description |
---|
CameraEventListener() |
Modifier and Type | Method and Description |
---|---|
void |
captureComplete(CameraDevice sender,
Capture capture)
Invoked when a capture that has been started by this API was completed.
|
void |
deviceDisconnected(CameraDevice sender)
Invoked when the connection was broken unexpectedly.
|
void |
imageStored(CameraDevice sender,
CameraImage image)
Invoked when a image was stored in storages of the camera device.
|
void |
liveViewFrameUpdated(CameraDevice sender,
byte[] liveViewFrame)
Invoked when a liveview image data was send.
|
public void imageStored(CameraDevice sender, CameraImage image)
sender
- The camera device sending this eventimage
- The added imagepublic void captureComplete(CameraDevice sender, Capture capture)
sender
- The camera device sending this eventcapture
- The completed capturepublic void deviceDisconnected(CameraDevice sender)
sender
- The camera device sending this eventpublic void liveViewFrameUpdated(CameraDevice sender, byte[] liveViewFrame)
sender
- The camera device sending this eventliveViewFrame
- The send liveview image data