Interface FrameOutput.IFramePixelBufferProvider

  • Enclosing class:
    FrameOutput

    public static interface FrameOutput.IFramePixelBufferProvider
    Interface for getting the processed frame as an array of pixels
    • Method Detail

      • onFrame

        void onFrame​(IOutput output,
                     FramePixelBuffer frame)
        Method for getting processed frame
        Parameters:
        output - the FrameOutput which spawned the current frame
        frame - pixels wrapper
        See Also:
        FramePixelBuffer