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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

547 Views
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

Tags (1)
0 Kudos
1 Reply

488 Views
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 Kudos