bufferdump

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

bufferdump

855 次查看
jansirani
Contributor III

Hai everyone,

we bought  iMX6SLEVK with LCD Display daughter board.

we downloaded Android kitkat 4.4.2 source and compiled the filesystem and the board is working/booting from the sdcard without any issues.

Now we want to capture the raw frames from the camera(csi interface).

for that we already enabled the bufferdump() function in the android source.

if we click on the camera icon we can able to see the previews but unable to get those raw frames using static void bufferDump(CameraFrame *frame)".

In the logcat we are getting the following error:

          "E/FslCameraHAL(2219):open sdcard/camera_tst.date failed 13"

how to capture raw frames into the camera_tst.data file?

Thanks in advance.

标签 (1)
0 项奖励
回复
1 回复

724 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jansi

from log: open sdcard/camera_tst.date failed 13

seems sd card access is not granted by android.

Please look at discussion at

android - Writing to SD Card always failing - Stack Overflow

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复