VBCS QR CODE SCAN APP NOT WORKING using TakePhoto & jsQR
Summary
VBCS QR CODE SCAN APP NOT WORKING using TakePhoto & jsQRContent
Hi All,
I am trying to build a simple mobile app to scan QR code , I have gone through some links & found about Take Photo feature of VBCS & jsQR lib. I tried to use them to build the app but some how not able to scan. Please find below the issue I am facing
1. Firstly TakePhoto returns a blob (https://docs.oracle.com/en/cloud/paas/integration-cloud/visual-developer/takephoto-action.html) , but jsQR expects a imageData object (refer here -- https://github.com/cozmo/jsQR) ==> I tried to convert blob to base64 & base64 to imageData object using canvas but below code is returning null
Tagged:
0