-
Interfaces Interface Description io.anyline2.camera.FlashControl An interface that should be implemented on Views that control the flash.
-
Classes Class Description io.anyline2.camera.FocusConfig.Builder A builder to create a FocusConfig io.anyline2.camera.FocusConfig A class for configuring the focus settings.
-
Methods Method Description io.anyline2.camera.setPreferredPreviewSize(int,int) Set the preferred preview size. io.anyline2.camera.setPreferredPictureSize(int,int) Set the preferred picture size which is used when takeHighResolutionImage is called. io.anyline2.camera.setSceneMode(java.lang.String) Set the scene mode that should be used if it is supported. io.anyline2.camera.setFocusConfig(io.anyline2.camera.FocusConfig) Set the focus config to use for focusing. io.anyline2.camera.getPictureSize() io.anyline2.camera.setPictureSize(io.anyline2.camera.CameraSize) Set the picture size that should be used by the camera
-
Constructors Constructor Description io.anyline2.model.AnylineYuvImage(int,int,int,int) Construct a yuv image with empty data.