See: Description
Interface | Description |
---|---|
CameraFragmentInterface |
Methods which both Camera Fragments must implement.
|
CameraFragmentListener |
Interface used by
CameraFragmentStandard and CameraFragmentCompat to dispatch events to the hosting Activity. |
CameraFragmentListener.DocumentCheckResultCallback |
Callback to inform the Gini Vision Library about the outcome of the custom imported document checks.
|
Class | Description |
---|---|
CameraActivity |
Screen API
|
CameraFragmentCompat |
Component API
|
CameraFragmentStandard |
Component API
|
ImageStack |
Created by Alpar Szotyori on 13.02.2018.
|
The CameraActivity
is the main entry point when using
the Screen API. Start CameraActivity
and as a result, if
something went wrong, a GiniVisionError
is returned.
To use the Component API you have to include the CameraFragmentStandard
or the CameraFragmentCompat
in an Activity in your app (a
dedicated Activity is recommended). To receive events from the Fragments your Activity must
implement the CameraFragmentListener
interface.