Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add an overlay over the camera image #91

Open
energywave opened this issue Oct 15, 2021 · 1 comment
Open

Cannot add an overlay over the camera image #91

energywave opened this issue Oct 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@energywave
Copy link

As the subject, I've tried to add any type of overlay over the camera image by putting the views in an AbsoluteLayout.
The result, however, is that the image (as a drawable vectorial xml, as a drawable png or by a Path view directly) have a white background, even if I specified the BackgroundColro="Transparent".
It's something like nothing can be put over the camera stream preview.
I don't know how the things are but, as in the zxing component, it's important to put an overlay so that user can focus on position the QR code in the right spot. Can you help me in understanding a viable method to do it please?
Thank you in advance for your time!

@JimmyPun610 JimmyPun610 added the enhancement New feature or request label Jun 9, 2022
@RhomGit
Copy link

RhomGit commented Aug 15, 2022

You should have no problems rendering your own overlay.
If its an all white bg make sure you have set the IsScanning property on the control to true ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants