owl_detection_camera 0.2.7 copy "owl_detection_camera: ^0.2.7" to clipboard
owl_detection_camera: ^0.2.7 copied to clipboard

A Flutter plugin for IOS and Android allowing access to the device cameras for detecting face and QRcode automatically.

OWL Face and QRCode Detection Camera lib for Flutter. #

A Flutter plugin for IOS and Android allowing access to the device cameras for detecting face and QRcode automatically.

IOS:

image

Android:

image

Features #

  • Display live camera preview in a widget.
  • Capture face photo.
  • QRCode content result.
  • Adjust screen brightness.
  • Switch camera between front and rear.
  • Support landscape orientation on Android.

Installation #

  dependencies:
     owl_detection_camera: ^0.2.7

iOS #

The owl_detect_camera functionality works on iOS 13.0 or higher. If compiling for any version lower than 13.0, make sure to programmatically check the version of iOS running on the device before using any owl_camera plugin features. The permission_handler plugin, for example, can be used to check permission.

Add three rows to the ios/Runner/Info.plist:

  • Privacy - Camera Usage Description..
  • Privacy - Photo Library Additions Usage Description.
  • Privacy - Photo Library Usage Description

Android #

Change the minimum Android sdk version to 23 (or higher) in your android/app/build.gradle file.

minSdkVersion 23

Usage #

Look example.

License #

AGPL-3.0 License

12
likes
110
pub points
53%
popularity

Publisher

unverified uploader

A Flutter plugin for IOS and Android allowing access to the device cameras for detecting face and QRcode automatically.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on owl_detection_camera