Hi. Upgrade from version 14.0 to version 14.1 and it stopped working. Any solution? Thanks
Hello,
Try to mvn clean install frontend. Because I tested it on 14.1.18 version and everything is fine.
Hi. It works very slowly on an Android phone. I tried it on a notebook and it works, but on mobile is impossible. Can performance be improved?
Also, it always works with the front camera, can the camera be reversed?
Thanks
Hi. I know about this issue, but this component is only wrapper for https://www.webcomponents.org/element/@granite-elements/granite-qrcode-scanner . Performance on android is good if scanner is in not active mode (setActive(false)), but you need to hit capture button. Also I dont know how switch camera :(
thanks. Do you plan to continue development and improvements? (performance / reverse camera / etc)… Or you abandoned development?
It is to know if I continue or look for another alternative
yes, I plan to make some improvements, because I also need rear camera for my project. I need fix it up to 2 month. If you find something better let me know.
OK thanks.
I await news to continue.
If I can help you, contact me (dcaminos@gmail.com)
Cheers
Hi, any improvements? I used this and everything works fine, but I need the rear camera to scan some QR codes. With the front camera it’s very hard to scan a QR code :-)
Kenneth Van Gijsel:
Hi, any improvements? I used this and everything works fine, but I need the rear camera to scan some QR codes. With the front camera it’s very hard to scan a QR code :-)
Hello! I have no news. Because of the difficulty of scanning, change to barcode.
Regards
Hello, I just added two new methods
/**
* If true, in preview view is change camera button shown
* @param showChangeCamera
*/
public void setShowChangeCamera(boolean showChangeCamera){
getModel().setShowChangeCamera(showChangeCamera);
}
/**
* If true, after first update camera device is switched
* @param switchCameraAfterStart
*/
public void setSwitchCameraAfterStart(Boolean switchCameraAfterStart){
getModel().setSwitchCameraAfterStart(switchCameraAfterStart);
}
I hope everithing will work fine