【玄铁杯第三届RISC-V应用创新大赛】Unity在Lichee Pi上的可行性验证
[复制链接]
本次参赛的项目是基于ar的道路hud,利用ar识别道路,结合导航显示一些仪表盘道路方向指引等。
目前有四种主要的 AR SDK:[ARKit](https://www.lsbin.com/wp-content/themes/begin lts/inc/go.php?url=https://developer.apple.com/augmented-reality/)、[ARCore](https://www.lsbin.com/wp-content/themes/begin lts/inc/go.php?url=https://developers.google.com/ar)、[Vuforia](https://www.lsbin.com/wp-content/themes/begin lts/inc/go.php?url=https://developer.vuforia.com/)和[AR Foundation](https://www.lsbin.com/wp-content/themes/begin lts/inc/go.php?url=https://developers.google.com/ar/develop/unity-arf#:~:text=AR Foundation is a cross,either Android or iOS devices.)。所有 SDK 都集成在 Unity 游戏引擎(确保你拥有最新版本的 Unity)和 Unreal Engine 4 中。
所以需要验证unity在risc-v架构下的可用性(根据unity可以分别验证android下与linux下的可用性)
测试的项目为unity的ar接口AR Foundation提供的demo,这个demo通过插件的形式可以使用ARKit与ARCore软件包。
demo地址:https://github.com/Unity-Technologies/arfoundation-samples
使用的unity aditor为
版本2023.2.0b12
也需要下载跨平台支持,下载了linux与android的支持
在手机上的运行效果(其中ar core需要google框架的支持,在我的手机上还需要更新一下才可以用。)
看看在Lichee Pi安卓上的表现如何。
显示:
默认unity编的apk只是arm64的,百度一番发现虽然在build界面linux与android的都没有选择指令集的地方(windows的可以选择intel64 intel32 arm64三种架构)然而实际上unity仅支持arm64的android设备,至于linux下应该也是如此。
看到论坛有网友在linux下运行的yolov5n很顺利,虽然没接触过深度学习算法,查看下来使用yolov5n进行道路识别还是比较靠谱的,另外就是加上ui,应当可以完成demo,接下来将验证yolov5n的使用以及lvgl来完成图形化。
|