iakmds / librecamera

A free and open source camera app for Android written in Flutter and Dart
https://f-droid.org/packages/com.iakmds.librecamera/
GNU General Public License v3.0
267 stars 26 forks source link

Feature request : camera api #35

Open woaloo opened 1 year ago

woaloo commented 1 year ago

Hi, Could it be possible to add an option to sélect wich caméra API is using ? Caméra api2 give more possibilities when shooting. Wide angle is an exemple.

nfk commented 1 year ago

Hi, by default which camera api is used with librecamera cameraX ?

iakmds commented 1 year ago

Hey,

I don't think the Flutter camera currently uses CameraX, though I am not sure. There is a camera_android_camerax GitHub repository in the Flutter camera plugin, which had its first development commit on August 15, 2022, so it may be the future plan to migrate to CameraX

nfk commented 1 year ago

Thanks @iakmds, by default it seems that flutter camera plugin uses the camera2 API. It should be great to see what cameraX bring with librecamera. Let me know if you have a test build one day. I can spend sometime to test it.

iakmds commented 1 year ago

Absolutely @nfk, thank you :+1: