Package 

Interface FrameHandler


  • 
    public interface FrameHandler
    
                        

    Handles camera preview frames

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class FrameHandler.Frame

      Represents captured frame data and bounds

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean handleFrame(FrameHandler.Frame previewFrame) Invoked for every new camera preview frame
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait