¡@

Home 

2014/10/16 ¤W¤È 08:22:09

android Programming Glossary: rawsave

How to capture raw image from android camera

http://stackoverflow.com/questions/14777953/how-to-capture-raw-image-from-android-camera

format is bayer. android camera share improve this question The android at least mine has 2 camera parameters rawsave mode and rawfname with the default rawsave mode 0 . By setting rawsave mode 1 the camera will save the raw camera image.. improve this question The android at least mine has 2 camera parameters rawsave mode and rawfname with the default rawsave mode 0 . By setting rawsave mode 1 the camera will save the raw camera image file along with performing the other camera.. android at least mine has 2 camera parameters rawsave mode and rawfname with the default rawsave mode 0 . By setting rawsave mode 1 the camera will save the raw camera image file along with performing the other camera functions as usual. Camera.Parameters..