Interface GlareCallback


@WorkerThread public interface GlareCallback
Callback that will be invoked when glare detection has completed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onGlare(boolean hasGlare)
    Called when glare detection has completed with result whether glare has been found or not.
  • Method Details

    • onGlare

      void onGlare(boolean hasGlare)
      Called when glare detection has completed with result whether glare has been found or not.
      Parameters:
      hasGlare - indicates whether glare has been found on input image or not