Package 

Class Camera1Frame

  • All Implemented Interfaces:
    com.microblink.camera.hardware.camera.frame.ICameraFrame , com.microblink.camera.util.pool.PoolObject

    
    public class Camera1Frame
    extends BaseCamera1PreviewFrame
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      Camera1Frame(Camera camera, int width, int height, int bufferSize, Camera1PreviewFramePool myPool, Camera1Manager camera1Manager)
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.microblink.camera.hardware.camera.camera1.frame.BaseCamera1PreviewFrame

        dispose, finalizePoolObject, getFormat, getFrameQuality, initializeNativePart, initializePoolObject, isPhoto, recycle
      • Methods inherited from class com.microblink.camera.hardware.camera.camera1.frame.Camera1AbstractFrame

        getFrameID, getHeight, getImgBuffer, getNativeCameraFrame, getOrientation, getVisiblePart, getWidth, isDeviceMoving, isFocused, setDeviceMoving, setFocused, setFrameID, setImgBuffer, setOrientation, setVisiblePart
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Camera1Frame

        Camera1Frame(Camera camera, int width, int height, int bufferSize, Camera1PreviewFramePool myPool, Camera1Manager camera1Manager)