/camera_features

Flutter plugin that returns the device camera features.

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

camera_features

A flutter plugin that returns to you the features of the device camera.

Getting Started

This plugin only returns a array with the info about the device cameras. You can use that to know if the camera have some feature that you need. If you want to know what fields the plugin returns, just take a look at https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics. Just find the field that you want and pass as parameter. Suggestions will always be welcome.