RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.82k stars 407 forks source link

How to use this with Google Mobile Vision API #268

Closed howiehidari closed 6 years ago

howiehidari commented 6 years ago

What's the idea if I want to use Google Mobile Vision API with Fotoapparat https://developers.google.com/vision/

Diolor commented 6 years ago

What do you mean by idea?

howiehidari commented 6 years ago

@Diolor Sorry for my poor English Is there any way to use Google Mobile Vision API with Fotoapparat together?

Diolor commented 6 years ago

You can use FA's frameprocessor to extract frames which you can later analyze with Google MV API. https://github.com/RedApparat/Fotoapparat/wiki/Configuration-Kotlin

Obviously there will be no visual feedback because we have no such support here. :)

howiehidari commented 6 years ago

@Diolor I see, sorry, I missed that, thank you so much!