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
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.