Package com.otaliastudios.cameraview.frame
See: Description
-
Interface Summary Interface Description FrameProcessor A FrameProcessor will process Frames coming from the camera preview. BufferCallback Receives callbacks on buffer availability(when a Frame is released, we reuse its buffer). VideoFrameProcessor A FrameProcessor will process Frames coming from the camera preview. -
Class Summary Class Description FrameManager This class manages the allocation of Frame objects. ByteBufferFrameManager This class manages the allocation of byte buffers and Frame objects. ImageFrameManager Frame A preview frame to be processed by FrameProcessors.