Sample applications

The source code comes with #2 sample applications: Benchmark and CCardVideoRecognizer.

Benchmark

This application is used to check everything is ok and running as fast as expected. The imformation about the maximum frame rate (27fps) on Snapdragon 855 devices could be checked using this application. It’s open source and doesn’t require registration or license key.

CCardVideoRecognizer

This application should be used as reference code by any developer trying to add ultimateCreditCard to their products. It shows how to detect and recognize credit cards in realtime using live video stream from the camera.

ultimateCreditCard running on Android

ultimateCreditCard running on Android

Trying the samples

To try the sample applications on Android:
  1. Open Android Studio and select “Open an existing Android Studio project”

    Open an existing Android Studio project
  2. Navigate to “<ultimateCreditCard-SDK>/samples”, select “android” folder and click “OK”

    Select project
  3. Select the sample you want to try (e.g. “ccardvideorecognizer”) and press “run”.

    Select sample