This is an old revision of the document!
oCam : 5MP USB 3.0 Camera
How to use oCam on Odroid C2 with Android
It works on Odroid C2 and Odroid C1.
However, in Odroid C1, the recored video's color space will be reversed from red to blue.
This example is based on it
You can use oCam on Android by bypass the Android camera Framework HAL. To do that, you need to use libuvc.
In this example, I used this project. And using the Android Studio make easy to install the examples.
Download Project
$ git clone https://github.com/saki4510t/UVCCamera.git