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
911 stars 200 forks source link

[Question] Stream video and analysis mode in background #360

Closed scalz closed 1 year ago

scalz commented 1 year ago

Proposal

Hello,

I've not digged/tried all your features yet, but would it be doable to implement this usecase with CamerAwesome, for Android only in background mode, not terminated:

(without having to display camera widget)

Thank you for sharing with us your awesome work, this is a really nice package!

g-apparence commented 1 year ago

I don't really think it's a camerAwesome case. CamerAwesome only helps to integrate better camera experience within apps. If you want to play with motion sensors or without preview this is out of this plugin scope.

What you try to do is totally doable with some custom code with platform channels. Also thank you for your kind comment. We try to not solve all problem and focus on a camera interface that is really simple to use within apps.