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
959 stars 247 forks source link

Image Analysis improvements #218

Closed apalala-dev closed 1 year ago

apalala-dev commented 1 year ago

Description

This PR follows analysis improvements of #213.

Other features are still needed:

Feature Android iOS
Determine if the device is capable of doing both imageAnalysis and video recording at the same time
Determine if the device is capable of doing imageAnalysis and taking pictures at the same time
Provide a way to display the image analysis in Flutter.
This will probably be implemented by providing methods to convert analysis images to JPEG.

On Android, there is a notion of level to know if a device can do image analysis and video recording/taking pictures at the same time: image

On iOS, there is no "Analysis mode" at all, we simply return an image stream & allow user to perform action on it.

These features should address a few issues we have atm: #206, #209, #208

Closes #271

Checklist

Before creating any Pull Request, confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]).

Breaking Change

If your feature break something, please detail it

istornz commented 1 year ago

@apalala-dev I added native conversion on iOS