Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kboy-silvergym authored Jul 19, 2018
1 parent d0f349e commit 16a8302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Wrote flow for [here](https://qiita.com/k-boy/items/3b64c4e9921e29cc4471). (Writ

### Then called every time frame rendered, so pass the bitmap to Firebase MLKit

```kotilin
```kotlin
private val mOnImageAvailableListener = ImageReader.OnImageAvailableListener {
val bitmap = textureView.bitmap
val visionImage = FirebaseVisionImage.fromBitmap(bitmap)
Expand Down

0 comments on commit 16a8302

Please sign in to comment.