RequirementId

Enumerates the checked requirements for the Gini Vision Library.

public enum RequirementId

Entries

CAMERA_PERMISSION
Link copied to clipboard

Permission to access the camera is required.

On Android before version 6.0 the camera permission must be declared in the manifest.

On Android 6.0 and later in addition to the manifest declaration the camera permission must be granted by the user during run-time.

On Android 6.0 and later you need to ask the user for the camera permission before you check the requirements.

Camera permission is required for checking the other requirements.

CAMERA_PERMISSION
CAMERA
Link copied to clipboard

A back-facing camera needs to be present.

CAMERA
CAMERA_RESOLUTION
Link copied to clipboard

The camera must support a preview resolution and a picture resolution higher than 8MP.

CAMERA_RESOLUTION
CAMERA_FLASH
Link copied to clipboard

The camera on phones must support always-on flash mode. Not required for tablets.

CAMERA_FLASH
CAMERA_FOCUS
Link copied to clipboard

The camera must support auto focus mode.

CAMERA_FOCUS
DEVICE_MEMORY
Link copied to clipboard

The device must have sufficient memory for in-memory bitmap handling, compression and jpeg decompression.

DEVICE_MEMORY