Interface CameraDevice.IErrorOccurred

Enclosing class:
CameraDevice

public static interface CameraDevice.IErrorOccurred
Interface for getting errors
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(Exception exception)
    The method is called in case of an error.
  • Method Details

    • onError

      void onError(@NonNull Exception exception)
      The method is called in case of an error.
      Parameters:
      exception - an error