GithubHelp home page GithubHelp logo

Comments (3)

MBrizic01 avatar MBrizic01 commented on May 31, 2024 1

Hello @JacopoOrlandini
I wanted to recap here what we discussed over the email so that it can serve as a reference to anyone interested in the topic.
What you are experiencing is not related to a bug. It is a limitation of the front camera on the iPad.

The front camera on the iPad 7th and 9th Gen does not have autofocus, which is a big part of scanning the document since it can focus on a particular part, making SDK perform significantly better, as you can read here.
Also, the image quality is far better on the back camera on the iPad 7th gen (8 megapixels compared to the 1.2 megapixels on the front).
We recommend using the back camera for all our clients since it has better image quality with autofocus.

I hope this information can be helpful to all our users, and we are closing the issue.

from blinkid-ios.

JacopoOrlandini avatar JacopoOrlandini commented on May 31, 2024

Leave a comment for future reference.

Camera Settings

The following snippet increases the success rate of decoding a document

  MBCameraSettings *cameraSettings = [[MBCameraSettings alloc] init];
  --> cameraSettings.cameraType = MBCameraTypeFront;
  --> cameraSettings.cameraPreset = MBCameraPresetMax;
  MBBlinkIdOverlaySettings *settings = [[MBBlinkIdOverlaySettings alloc] init];
  settings.cameraSettings = cameraSettings;
  MBRecognizerCollection *recognizerCollections = [[MBRecognizerCollection alloc] initWithRecognizers:@[self.blickIdRecognizer]];
  MBBlinkIdOverlayViewController *blinkIdOverlayViewController = [[MBBlinkIdOverlayViewController alloc] initWithSettings:settings recognizerCollection:recognizerCollections delegate:self];

Environment Condition

External variables that a developer cannot control but to keep in mind

  • Good light environment => greater success rate

Thanks for all the support

from blinkid-ios.

MBrizic01 avatar MBrizic01 commented on May 31, 2024

@JacopoOrlandini Thank you for reporting here what we discussed over the mail. Happy to hear it helped you!

from blinkid-ios.

Related Issues (20)

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.