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
**Flutter version: 3.13.4 Plugin version: Android version: iOS version: 17.0 **Xcode version: 15.0 Device information: iOS XS MAX
there have no 'auto focus' feature
The text was updated successfully, but these errors were encountered:
private func autoFocusModel() { guard let device = AVCaptureDevice.default(for: .video) else { return } guard device.hasTorch else { return } do { try device.lockForConfiguration(); if(device.isFocusPointOfInterestSupported && device.isFocusModeSupported(.continuousAutoFocus)) { device.focusPointOfInterest = self.center device.focusMode = .continuousAutoFocus } device.unlockForConfiguration(); } catch { print(error); } }
Sorry, something went wrong.
No branches or pull requests
Environment
**Flutter version: 3.13.4
Plugin version:
Android version:
iOS version: 17.0
**Xcode version: 15.0
Device information: iOS XS MAX
there have no 'auto focus' feature
The text was updated successfully, but these errors were encountered: