See: Description
Class | Description |
---|---|
GiniVisionRequirements |
Checks the device's hardware capabilities to determine, if it is compatible with the Gini Vision Library.
|
RequirementId |
Enumerates the checked requirements for the Gini Vision Library.
|
RequirementReport |
Contains the report of a requirement check result.
|
RequirementsReport |
Contains the report of the requirements check result.
|
Contains classes to check if the device meets all the requirements for using the Gini Vision Library.
Run net.gini.android.vision.requirements.GiniVisionRequirements#checkRequirements(android.content.Context)
and check the returned
RequirementsReport
to find out, if the requirements were met. If
requirements were not met you can iterate through the RequirementsReport.getRequirementReports()
and
check each RequirementReport
to find out which requirements were not met.
The checked requirements are listed in the RequirementId
enum.