D435在android 下的使用指导
intel D435摄像头,要在android下使用参考这里:
https://github.com/IntelRealSense/librealsense/blob/a321a0404c7b0cfd2e157d85c6b00f88a3e55d48/doc/android/AndroidJavaApp.md
where it is described how to build an android application for RealSense SDK.
Instructions
[*]Root your Android device.
[*]Install Android Studio IDE for Linux.
[*]Open Android Studio.
./android-studio/bin/studio.shhttps://raw.githubusercontent.com/wiki/IntelRealSense/librealsense/res/android/AndroidStudio1.png
单击configure并选择SDK Manager。
为Android Studio安装LLDB,CMake和NDK。 转到“下载NDK和工具”部分,
然后从第二步开始(2.单击SDK工具选项卡)。
4.单击“Start a new Android Studio project.”。
5.分别将应用程序名称和公司域更改为realsense_app和example.com,勾选包含C ++支持的复选框,然后单击下一步按钮。
https://raw.githubusercontent.com/wiki/IntelRealSense/librealsense/res/android/AndroidStudio2.png
6.在第一个列表框中选择API 19:Android 4.4(KitKat),然后单击“下一步”按钮。
https://raw.githubusercontent.com/wiki/IntelRealSense/librealsense/res/android/AndroidStudio3.png
7.选择Empty Activity并单击Next按钮。https://raw.githubusercontent.com/wiki/IntelRealSense/librealsense/res/android/AndroidStudio4.png
更多步骤,看这里
https://github.com/IntelRealSense/librealsense/blob/a321a0404c7b0cfd2e157d85c6b00f88a3e55d48/doc/android/AndroidJavaApp.md
页:
[1]