Package com.otaliastudios.cameraview.filter
See: Description
-
Class Summary Class Description FilterParser Parses filters from XML attributes. NoFilter A Filter that draws frames without any modification. 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. MultiFilter A MultiFilter is a special Filter that can group one or more filters together. -
Interface Summary Interface Description OneParameterFilter A special Filter that accepts a float parameter. TwoParameterFilter A special Filter that accepts two floats parameters. Filter A Filter is a real time filter that operates onto the camera preview, plus any snapshot media taken with takePictureSnapshot and takeVideoSnapshot.