Title: RK3288 + ov13850 camera module => RAW [Print This Page] Author: macdam Time: 12/13/2015 23:51 Title: RK3288 + ov13850 camera module => RAW Last edited by macdam In 12/13/2015 23:53 Editor
Hi,
Is there a way to retrieve RAW images from the camera module using android 5.1?
many thanks,Author: zhansb Time: 12/18/2015 09:10
have a look at : hardware/rockchip/camera/CameraHal/Author: macdam Time: 12/18/2015 19:07
Is this the path to the driver sources or a location on where I can find a temporary raw file?Author: zhansb Time: 12/19/2015 11:26
grep the ˇ°rawˇ± keywordŁ¬ you can find out and analys it by youselfAuthor: Pup-Xav Time: 9/26/2017 00:24
Hi.
Like Macdam, I'm also looking for RAW format.
As a java/android developer, i'm not satisfied by Zhansb reply.
Is there any plan to support RAW/YUV format ?
Is there any workaround to get this format? Author: Pup-Xav Time: 10/27/2017 06:21 Last edited by Pup-Xav In 10/27/2017 15:09 Editor
I was able to get a "raw" (YUV422) picture with android 5.1 running on a rk3288.
The Camera.takePicture() method takes a callback for raw as second parameter.