Skip navigation links

Package net.gini.android.vision.camera

Contains the Activity and Fragments used for the Camera Screen.

See: Description

Package net.gini.android.vision.camera Description

Contains the Activity and Fragments used for the Camera Screen.

Screen API

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.

Component API

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.

Skip navigation links