Khurram Shehzad
Khurram Shehzad
@urlAkash did you find any solution, i am looking for exactly same thing?
@urlAkash that's what I've already done, i need to know how do we feed the Bar Code Scanning Algorithm some portion(the portion which is inside the rectangle) of each Camera...
In my case i had multiple bar codes in a single frame of camera but when i try to scan that frame it picks up some random bar code(which was...
You'll have to manually process the frames before feeding them to FrameProcessor, i.e construct the Bitmap from available data and then process that bitmap somehow that it contains your region...
@fyhertz, @AndroidSPtech , @egfconnor , @AdityaHariKishan i m also facing this issue, after pressing the start button it keeps saying "Start" and get disabled, also onSessionStarted() never gets called. I've...
@claywilkinson can you point me in the right direction?
Thanks for instant reply, will be great to see this feature in the new release. On Mon, Jul 25, 2016 at 10:40 AM, Edward van Raak [email protected] wrote: > Not...
@HalfdanJ can you guide me further?
You can use **BitmapDrawable** to set the bitmap as background of the **DrawView**. ``` Bitmap bitmap = ImageUtils.getBitmap(new File(getFilesDir().getAbsolutePath() + "/Screenshot.png")); mFreeDrawView.setBackground(new BitmapDrawable(getResources(), bitmap)); ```
@Livinlawrence while working with example 3 i stuck into exactly same problem, did you find any fix????