For some reason, I have got to access the camera device with native codes on an Android device. Specifically, I would like to get the camera buffer in the form of an RGB color array. My question is:
- Are there any native Android APIs I can use for this?
- Can I access the camera without using Android APIs, if possible?
Any comments, including site links, would be very helpful to me.