Package com.otaliastudios.cameraview.filter
See: Description
-
Interface Summary Interface Description OneParameterFilter A special Filter that accepts a float parameter. Filter A Filter is a real time filter that operates onto the camera preview, plus any snapshot media taken with takePictureSnapshot and takeVideoSnapshot. TwoParameterFilter A special Filter that accepts two floats parameters. -
Class Summary Class Description SimpleFilter The simplest possible filter that accepts a fragment shader in its constructor. State MultiFilter A MultiFilter is a special Filter that can group one or more filters together. BaseFilter A base implementation of Filter that just leaves the fragment shader to subclasses. FilterParser Parses filters from XML attributes. NoFilter A Filter that draws frames without any modification.