my exercise to use Android CameraX and TFLite codegen in Kotlin
To test TFLite metadata and codegen, I need an Android app that can grab camera inputs and convert them into Android Bitmap to feed into the generated model wrapper. Since I know nothing about Android Camera and Kotlin, I started this from the CameraX tutorial. It seems quite easy.