Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
920 stars 207 forks source link

Proposal : imageAnalysisOnly mode #271

Closed g-apparence closed 1 year ago

g-apparence commented 1 year ago

Context

Today when you want to only use analysis camerAwesome requires to provide save configuration and other useless stuff.

Proposal

Adding an AnalysisOnly factory that not requires those useless options and is focused on anlysis. You should optionnaly still have options for

No access file permission required.

M123-dev commented 1 year ago

Especially the permission to access files should be made optional if you don't plan to save images or videos

g-apparence commented 1 year ago

Especially the permission to access files should be made optional if you don't plan to save images or videos

I add this. Thank you for the idea

apalala-dev commented 1 year ago

This feature will probably be part of PR #218

apalala-dev commented 1 year ago

✅ Feature included in 1.4.0 (See CameraAwesomeBuilder.analysisOnly())