We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a good quality camera in my phone but using this API video is showing blur on canvas. Have any idea how to improve this ?
The text was updated successfully, but these errors were encountered:
Autofocus is enable on Android @see private String getOptimalFocusMode(Camera.Parameters params) method in CanvasCamera.java.
private String getOptimalFocusMode(Camera.Parameters params)
However it's not explicitly set on iOS. I will look into it.
Best Regards,
Sorry, something went wrong.
Any progress on this? The image is quite out of focus on my iPhone, and is not autofocusing.
Autofocus is implemented in this plugin: https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview Perhaps if one is good enough to copy the IOS/Android implementation from that plugin into this one ? Without this, the plugin is not very practical to use.
Sami-Radi
No branches or pull requests
I have a good quality camera in my phone but using this API video is showing blur on canvas. Have any idea how to improve this ?
The text was updated successfully, but these errors were encountered: