Package com.otaliastudios.cameraview.filter
See: Description
-
Interface Summary Interface Description 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. OneParameterFilter A special Filter that accepts a float parameter. -
Class Summary Class Description NoFilter A Filter that draws frames without any modification. FilterParser Parses filters from XML attributes. MultiFilter A MultiFilter is a special Filter that can group one or more filters together. SimpleFilter The simplest possible filter that accepts a fragment shader in its constructor. BaseFilter A base implementation of Filter that just leaves the fragment shader to subclasses.