Giter Site home page Giter Site logo

Comments (10)

Cerovec avatar Cerovec commented on August 16, 2024

Hi,

  1. We don't have an API to specify the message. Currently the only possible way is to set it up on the native side. On iOS, you can do that with the following:

This tooltip is part of PPIdCardOverlaySubview. You will need to create custom overlay view controller as a subclass of PPIDCardOverlayViewController and in viewDidLoad method set your text: self.idCardSubview.tooltipLabel.text = @"Example". After that, scanningViewController is initialised like this:

OverlayViewController *ovc = [[OverlayViewController alloc] init];    

/** Create new scanning view controller */
UIViewController<PPScanningViewController> *scanningViewController =
    [PPViewControllerFactory cameraViewControllerWithDelegate:self 
           overlayViewController:ovc coordinator:coordinator error:nil]
  1. Also, on the native side, you can customize the whole UI. If the only thing you want to customize is the ratio of the box, you can do that very similarily to the above
self.idCardSubview.tooltipLabel.viewfinderWidthToHeightRatio = 85.60 / 53.98

We hope it helps!

Jurica.

from blinkid-react-native.

lirfu avatar lirfu commented on August 16, 2024

Hi @ghensley,

feel free to ask if you need more assistance.
If this sovles your issue, make sure you close it.
Thanks!

from blinkid-react-native.

ghensley avatar ghensley commented on August 16, 2024

Thanks guys. I've done custom iOS overlay in the past, and it wasn't too bad of a process, but Android gave me some major headaches. Was really imagining similar behavior to what I did here, but supporting Android as well.

I realize that's a bit of a stretch, but it seems like a very useful feature to implement for people looking for an intermediate between writing their own overlay and the stock one.

from blinkid-react-native.

jcular avatar jcular commented on August 16, 2024

Closed due to inactivity.

from blinkid-react-native.

wibb36 avatar wibb36 commented on August 16, 2024

Any news on customizing the overlay camera with Javascript instead of doing it natively?

from blinkid-react-native.

i1E avatar i1E commented on August 16, 2024

Hi @wibb36,

we have exposed settings for changing strings in camera overlay to JS API:
https://github.com/BlinkID/blinkid-react-native/blob/master/BlinkID/overlays/blinkidOverlays.js#L17

from blinkid-react-native.

YoniCosta avatar YoniCosta commented on August 16, 2024

@i1E Hi,
still no customizing the overlay with react-native ?
having a bit of problems building native overlays.

from blinkid-react-native.

SandraZiv avatar SandraZiv commented on August 16, 2024

Hi @YoniCosta

unfortunately, we still don't support custom UI in JS, but it can be done manually by editing plugin source in native and then wrapping the new code in JS.

We plan to enable custom UI at some point, but it is not in our focus currently.

Best regards,
Sandra

from blinkid-react-native.

YoniCosta avatar YoniCosta commented on August 16, 2024

Hi @SandraKuzmic ,
Thank you for the fast response.
is there a another guide besides those ones for the implementation of native custom ui overlays ?
https://github.com/BlinkID/blinkid-android#recognizerRunnerView
https://github.com/BlinkID/blinkid-ios#recognizerRunnerViewController
Maybe a video tutorial? (looked for one all over your youtube channel with out any successes)

from blinkid-react-native.

SandraZiv avatar SandraZiv commented on August 16, 2024

Hi @YoniCosta

we don't have any additional resources/tutorials. If you have any specific questions about implementation we can assist you with that.

Best regards,
Sandra

EDIT: You can also check native sample for Android and iOS.

from blinkid-react-native.

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.