Roberto P. Well-Known Member Licensed User Longtime User Dec 16, 2019 #1 Hi, I wanted to ask for an opinion and advice on how to integrate the Barcode reader based functionality on Google Play Vision Services with the DJI library. https://www.b4x.com/android/forum/threads/dji-drones.75244/ https://www.b4x.com/android/forum/threads/barcode-reader-based-on-google-play-services-vision.89705/ can anyone tell me if they can work together the two features and how to do it? thanks regards
Hi, I wanted to ask for an opinion and advice on how to integrate the Barcode reader based functionality on Google Play Vision Services with the DJI library. https://www.b4x.com/android/forum/threads/dji-drones.75244/ https://www.b4x.com/android/forum/threads/barcode-reader-based-on-google-play-services-vision.89705/ can anyone tell me if they can work together the two features and how to do it? thanks regards
DonManfred Expert Licensed User Longtime User Dec 16, 2019 #2 Roberto P. said: if they can work together Click to expand... why not. But be aware that the camera is most probably to FAR from the barcode to read it. Roberto P. said: and how to do it? Click to expand... you need to implement it by yourself. Get the cameraimage from the DJI and parse the bytearray with the Barcoderreader. Upvote 0
Roberto P. said: if they can work together Click to expand... why not. But be aware that the camera is most probably to FAR from the barcode to read it. Roberto P. said: and how to do it? Click to expand... you need to implement it by yourself. Get the cameraimage from the DJI and parse the bytearray with the Barcoderreader.