Can you help me how to get the picture from camera automatically and the same time we scan the qr code. And without press the button camera on the phone
this extension
or this
If you just want to scan qr codes then these the very basic blocks for automated capture:
(untick ExternalScanner to use device scanner)
This is i understand to get result from the scan barcode
This is just only scan qr code or get the picture?
Just the result from the barcode. If you want to capture a picture of the barcodes as well, then more work required.
Can you help me? Capture the picture smae with the scan barcode
You would need an offline qrcode reader like this:
So you then take the picture, store it, then read the qrcode from the stored image
You can automate your camera with this approach (you may need to modify it):
The alternative may be to scan the qrcode first, as above, then take the picture...
Maybe something like this:
- Scan the qrcode and capture the result
- Setup the camera and unique file path
- Take the Picture
- Save the image path and the result to TinyDB
- Get ready to scan again
I used the Procam extension, along with a File component, a TinyDB, and a Clock component