Giter VIP home page Giter VIP logo

kyc-android-release's People

Contributors

djangist avatar spolan avatar vzsumsub avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nico-2 sar777

kyc-android-release's Issues

Infinity loading

For some users are showing progress after initialisation ChatFragment, what can it be connected with?
Approximate problem location

private Observer<List> eventsObserver = new Observer<List>() {
public void onChanged(@nullable List events) {
ChatFragment.this.chatAdapter.setData(events);
if (events.size() > 0) {
ChatFragment.this.hideProgress();
ChatFragment.this.recyclerView.scrollToPosition(events.size() - 1);
} else {
ChatFragment.this.showProgress();
}
}
};

Start taking a photo of Password leads to a crash showing this error below

Process: com.bluewhale.sa.stg, PID: 5988
java.lang.RuntimeException: Bad input YUV data format
at biz.smartengines.smartid.swig.jniSmartIdEngineJNI.RecognitionSession_ProcessYUVSnapshot__SWIG_2(Native Method)
at biz.smartengines.smartid.swig.RecognitionSession.ProcessYUVSnapshot(RecognitionSession.java:78)
at com.sumsub.kyc.client.ui.file.camera.PhotoCaptureViewModel$3.run(PhotoCaptureViewModel.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)

Can't implement version 2.2.0

Dependencies (implementation 'com.sumsub:kyc-liveness3d:2.2.0'
implementation 'com.sumsub:kyc-client:2.2.0' ) throw ERROR: Failed to resolve: com.facetec:zoom-authentication-hybrid:7.0.14. Do you can help me?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.