BlinkID / blinkid-ui-android

Customizable UI library that includes camera management, scanning screen, and document selection module.
34 stars 10 forks source link

how to change the height of RecognizerRunnerView in Blink id ui android? #76

Open phanikumar560 opened 4 years ago

phanikumar560 commented 4 years ago

Hi Team, We tried changing the android:layout_height value to "250dp" in RecognizerRunnerView from "match_parent" to "250dp" in mb_activity_scan_document.xml.

When we are scanning for United Arab Emirates ID card the Emirates ID back is not recognized when camera is placed in the same place as that of scanning Emirates ID front. [We have to keep emirates ID bit far from the camera frames to recognize it properly.]

Version Tested : 4.8 & 4.11 latest.

Attached the mb_activity_scan_document.xml in text document for the reference. Tesst.txt

Could you please provide resolution for this scenario?

Thanks Phani

matvidako commented 4 years ago

Hi Phani,

you only have issues after changing height to 250dp and not with default UI? What are you trying to achieve by changing the height?

phanikumar560 commented 4 years ago

Hi Team, We have an issue if change the value only after changing the height not with the default UI in sample app. We are customizing the UI[Changing the back ground color, add some texts,adding some frames] to integrate into the original application.

Thanks Phani

matvidako commented 4 years ago

Hi,

you could try leaving RecognizerRunnerView the same size and placing your extra views over it.