Methods
Method |
Description |
io.anyline2.isInitialized()
|
|
io.anyline2.getExpiryDate()
|
|
io.anyline2.init(java.lang.String,android.content.Context,java.lang.String,io.anyline2.CacheConfig.Preset,io.anyline2.WrapperConfig)
|
|
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.setHighResolutionImageListener(io.anyline2.camera.HighResolutionImageListener)
|
Sets an optional listener which is called with the final AnylineImage, once a picture was taken with the camera via the takeHighResolutionImage method. |
io.anyline2.camera.hasNewImage()
|
|
io.anyline2.camera.takeHighResolutionImage()
|
Takes a picture from the camera and calls onImageTaken after the image is taken successfully. |
io.anyline2.camera.takeHighResolutionImage(int,int,int,int,int,int)
|
|
io.anyline2.camera.getLastImageWithFullSize()
|
Get the latest image in full size. |
io.anyline2.camera.getLastImageWithFullSizeReceiver()
|
Get the a receiver for the latest image in full size. |
io.anyline2.camera.releaseCameraAndPreview()
|
|
io.anyline2.camera.hasNewImage()
|
|
io.anyline2.camera.getNewImage()
|
|
io.anyline2.camera.getLastImageWithFullSize()
|
Get the latest image in full size. |
io.anyline2.camera.getLastImageWithFullSizeReceiver()
|
Get the a receiver for the latest image in full size. |
io.anyline2.camera.takeHighResolutionImage()
|
Takes a picture from the camera and calls onImageTaken after the image is taken successfully. |
io.anyline2.camera.takeHighResolutionImage(int,int,int,int,int,int)
|
|
io.anyline2.camera.setHighResolutionImageListener(io.anyline2.camera.HighResolutionImageListener)
|
Sets an optional listener which is called with the final AnylineImage, once a picture was taken with the camera via the takeHighResolutionImage method. |
io.anyline2.camera.setCameraOrientation(io.anyline2.camera.CameraController.CameraOrientation)
|
Allows you to set the camera orientation for the BACK camera. |
io.anyline2.camera.setFocusRegionToCutout(android.content.Context,android.graphics.RectF,float,float)
|
Updates the focus and metering region to be the same as the given cutout. |
io.anyline2.camera.getPictureSize()
|
|
io.anyline2.camera.setPictureSize(io.anyline2.camera.CameraSize)
|
Set the picture size that should be used by the camera |
io.anyline2.camera.takeHighResolutionImage(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer)
|
|
io.anyline2.camera.setHighResolutionImageListener(io.anyline2.camera.HighResolutionImageListener)
|
Sets an optional listener which is called with the final AnylineImage, once a picture was taken with the camera via the takeHighResolutionImage method. |
io.anyline2.camera.setCameraOrientation(io.anyline2.camera.CameraController.CameraOrientation)
|
Allows you to set the camera orientation for the BACK camera. |
io.anyline2.camera.setFocusRegionToCutout(android.content.Context,android.graphics.RectF,java.lang.Float,java.lang.Float)
|
Updates the focus and metering region to be the same as the given cutout. |
io.anyline2.view.setScanConfig(java.lang.String)
|
|
io.anyline2.view.setScanConfig(org.json.JSONObject)
|
|