how to access mipi-csi2 camera on DART-i. MX8M android ?

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

how to access mipi-csi2 camera on DART-i. MX8M android ?

802 次查看
deepakgiri_apar
Contributor I

Hi All,

I am having DART-i. MX8M Evaluation Kit and trying android running on it.

What are the gstreamer command to access mipi-csi to camera from android ?

Thanks in advance .

Regards,

Deepak Aparnathi

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

743 次查看
diegoadrian
NXP Employee
NXP Employee

Hello,

Gstreamer is not supported by Android. The way that Android handles the use of the camera is by the camera service during the app development. You can access to the camera service with the following adb command during the kernel instance:

adb shell 
$ am start -a android.media.action.VIDEO_CAPTURE‍

Best regards,

Diego.

0 项奖励
回复