card.io-Android-SDK icon indicating copy to clipboard operation
card.io-Android-SDK copied to clipboard

Detect Corners only

Open juanpicuervo opened this issue 7 years ago • 2 comments

Is there any way to detect only the border of the card and get the image from that? I only want to scan the rectangle shape from any card, like giftcards and cards like that.

juanpicuervo avatar May 15 '17 14:05 juanpicuervo

Did you find any solution ? @juanpicuervo

MinaFSedrak avatar Dec 06 '17 16:12 MinaFSedrak

When you are creating your intent, try to pass this: putExtra(CardIOActivity.EXTRA_SUPPRESS_SCAN, true)

IngvarRagnarsson avatar Dec 18 '17 21:12 IngvarRagnarsson