card-io / card.io-Android-source

The open-source code for the card.io-Android-SDK: provides fast, easy credit card scanning in mobile apps
Other
569 stars 376 forks source link

is there a way to capture the card image in more hi-res? #130

Open pasca opened 7 years ago

pasca commented 7 years ago

Hi is there a way to capture the card image in more hi-res? Currently the result card photo is in 428x270

adilove commented 5 years ago

Hi is there a way to capture the card image in more hi-res? Currently the result card photo is in 428x270

Did you find way to capture in more hi-res?

pasca commented 5 years ago

Hi is there a way to capture the card image in more hi-res? Currently the result card photo is in 428x270

Did you find way to capture in more hi-res?

hi, this was year ago lol. if i recall i ended up using other function, using simple crop image library which user need to crop the image exact as the card image (manually unlike with this card.io library)

so my answer is no, i didn't find a way to make it capture in hi-res. coz the function to resize this image is in native code under jni folder. if you feel adventurous you can try tinkering inside that code :)