Interface CameraController.Listener

Enclosing interface:
CameraController

public static interface CameraController.Listener
This class can be used to listen for camera controller events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This callback is called after the camera has been initialized.
    void
    This callback is called when an error occurs.
  • Method Details

    • onCameraInitialized

      void onCameraInitialized()
      This callback is called after the camera has been initialized.
    • onError

      void onError(CameraController.ErrorInfo errorInfo)
      This callback is called when an error occurs.
      Parameters:
      errorInfo - The information about the error.