MeiCam SDK For Android
1.0.0
|
Capture device callback interface. More...
Public Member Functions | |
void | onCaptureDeviceCapsReady (int captureDeviceIndex) |
Capture device preview is ready. More... | |
void | onCaptureDevicePreviewResolutionReady (int captureDeviceIndex) |
Capture device preview resolution is ready. More... | |
void | onCaptureDevicePreviewStarted (int captureDeviceIndex) |
Capture device preview is started. More... | |
void | onCaptureDeviceError (int captureDeviceIndex, int errorCode) |
Capture device error. More... | |
void | onCaptureDeviceStopped (int captureDeviceIndex) |
Capture device stopped. More... | |
void | onCaptureDeviceAutoFocusComplete (int captureDeviceIndex, boolean succeeded) |
Autofocus of capture device is completed. More... | |
void | onCaptureRecordingFinished (int captureDeviceIndex) |
Capture recording is finished. More... | |
void | onCaptureRecordingError (int captureDeviceIndex) |
Capture recording failed. More... | |
Capture device callback interface.
void com.meicam.sdk.NvsStreamingContext.CaptureDeviceCallback.onCaptureDeviceAutoFocusComplete | ( | int | captureDeviceIndex, |
boolean | succeeded | ||
) |
Autofocus of capture device is completed.
captureDeviceIndex | The index of capture device. |
succeeded | If autofocus is completed. |
void com.meicam.sdk.NvsStreamingContext.CaptureDeviceCallback.onCaptureDeviceCapsReady | ( | int | captureDeviceIndex | ) |
Capture device preview is ready.
captureDeviceIndex | The index of capture device. |
void com.meicam.sdk.NvsStreamingContext.CaptureDeviceCallback.onCaptureDeviceError | ( | int | captureDeviceIndex, |
int | errorCode | ||
) |
Capture device error.
captureDeviceIndex | The index of capture device. |
errorCode | The code of the error, refer to capture device error. |
void com.meicam.sdk.NvsStreamingContext.CaptureDeviceCallback.onCaptureDevicePreviewResolutionReady | ( | int | captureDeviceIndex | ) |
Capture device preview resolution is ready.
captureDeviceIndex | The index of capture device. |
void com.meicam.sdk.NvsStreamingContext.CaptureDeviceCallback.onCaptureDevicePreviewStarted | ( | int | captureDeviceIndex | ) |
Capture device preview is started.
captureDeviceIndex | The index of capture device. |
void com.meicam.sdk.NvsStreamingContext.CaptureDeviceCallback.onCaptureDeviceStopped | ( | int | captureDeviceIndex | ) |
Capture device stopped.
captureDeviceIndex | The index of capture device. |
void com.meicam.sdk.NvsStreamingContext.CaptureDeviceCallback.onCaptureRecordingError | ( | int | captureDeviceIndex | ) |
Capture recording failed.
captureDeviceIndex | The index of capture device. |
void com.meicam.sdk.NvsStreamingContext.CaptureDeviceCallback.onCaptureRecordingFinished | ( | int | captureDeviceIndex | ) |
Capture recording is finished.
captureDeviceIndex | The index of capture device. |