Skip to content

USB Camera How to

Peter Yoon edited this page Jan 12, 2021 · 1 revision

USB Camera HAL

AOSP external USB camera HAL documented in following link is enabled on arpi-11 build.

https://source.android.com/devices/camera/external-usb-cameras

Sample App

On arpi-11 build, Android CameraX API could be tested with following sample app :

https://github.com/android-rpi/RpCamera

Image-Classifier code is added, which is clipped from https://github.com/hoitab/TFLClassify

with this model - http://download.tensorflow.org/models/mobilenet_v1_2018_08_02/mobilenet_v1_1.0_224.tgz

Clone this wiki locally