QR codes online processing - Android application
1702 1 2020-9-21
Uploading and Loding Picture ...(0/1)
o(^-^)o
djiuser_0D4o7F2IxCln
lvl.1

Brazil
Offline

I created an application that gets the bitmap from the fpvwidget and with this image I do a scanner of all qr-codes that exists in the bitmap with the google vision library. The problem of using the fpvwidget is that the quality of the image is always low compared with the image taken from the drone. Is there any possibility to get this frame with more high quality?

The way that I get the bitmap:

frame = fpvWidget.getBitmap();
String result = ImageDetector.readBarCode(frame, CompleteWidgetActivity.this.getApplicationContext());

Thanks in advanced.
2020-9-21
Use props
DJI_Lisa
lvl.4
United States
Offline

To get a higher quality use MSDK APIs to go down a level for access to raw video feed using VideoFeeder: https://developer.dji.com/api-re ... DJIVideoFeeder.html

Here is a tutorial Android Video Stream Decoding Sample: https://developer.dji.com/mobile ... ple-code/index.html
2020-9-21
Use props
Advanced
You need to log in before you can reply Login | Register now

Credit Rules