I have managed to capture a RAW image on Android and save it to disk as a DNG. What I want to do is read the raw sensor data of each "pixel" for the image. Specifically, I just want to read the green sensor values before any processing. What is the best way to do this?
Asked
Active
Viewed 284 times
1
-
Do you want to process the image on the Android device, or transfer it to a computer and process it there? The [android] and [javax.imageio] tags are mutually exclusive... – Harald K Jun 23 '16 at 11:31
-
I want to process it on the Android device. I didn't know that thanks. – Blane Townsend Jun 25 '16 at 05:40