Package com.otaliastudios.cameraview.frame
See: Description
-
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. Frame A preview frame to be processed by FrameProcessors. ImageFrameManager -
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).