How to call the QR Code with Vaadin

Does anyone know how to scan the QR Code with Vaadin 8 in Java?

How to take a photo?

Any suggestion will be appreciated.

Vaadin doesn’t provide hardware access of that level. You have to integrate an API that provides access to the camera for that.

For Android you might start here: https://codelabs.developers.google.com/codelabs/bar-codes/

Ronny Edler:
Vaadin doesn’t provide hardware access of that level. You have to integrate an API that provides access to the camera for that.

For Android you might start here: https://codelabs.developers.google.com/codelabs/bar-codes/

thanks for your suggestion, I will have a try.

This might be also a good starting point: https://github.com/LazarSoft/jsqrcode

Tried, but failed.

I appreciate if anyone could provide any example.

Thanks.