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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

829件の閲覧回数
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 返信

770件の閲覧回数
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 件の賞賛
返信