-
Notifications
You must be signed in to change notification settings - Fork 14
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
Make customCameraController internal #29
Comments
@maciek-s could you share your usecase? maybe we could find a better way to handle it |
I think I was a bit rushed (I’m an Android developer with limited experience in iOS), but I found that I can extract it from |
Unfortunately
|
you should use the plugin api to build your own plugin |
I know, this is the full code based on your
|
are you working on a fork? could you share project link? |
This is not a fork, and I can’t share the project link as it is private. However, I manually calculated the necessary information based on the corner points from |
ill look into it will fix this in the next release |
@maciek-s i have added a function to get the preview layer and support for barcodes in qr scanner plugin let me know if that works for you or you need something else |
check the latest master |
Hi, thanks for the function to access the preview layer—it works! |
Hello, it would be great to have access to the
customCameraController
field insideCameraController
. I need access to theAVCaptureVideoPreviewLayer
for my implementation.Thanks for your great work!”
The text was updated successfully, but these errors were encountered: