This repository include some stuff related to userspace camera driver on Redmi 2.
jni
includes camera driver sources for wt88047 and QCDG.libs
includes some blobs generated fromjni
. (Only for reference)output
includes some MIUI9 libmmcamera blobs info generated by QCDG.
- QCDG can print all data structure (exclude libchromatix stuff) in libmmcamera_XX.so
- libmmcamera sources in
jni
return same output in QCDG compare to libmmcamera blobs in MIUI9.
- For some reason,Libmmcamera blobs generated by android-ndk not work for now.
- QCDG (Qualcomm Camera Driver Generator) only works on MIUI 9(android 5.1).
- Libmmcamera sources and some headers from amss are collected from other github repos.