Xihe icon indicating copy to clipboard operation
Xihe copied to clipboard

reference app

Open cedar0817 opened this issue 2 years ago • 6 comments

The greate work, when I used unity3d open inference_app folder as a project and keep serve.py running, the unity3d console display noting except a administrator warnning, I press the play button, nothing display too. launch.py was runing in remote serve, and I have project the remote host to localhost, I want to ask what should i do next to solve the problem

cedar0817 avatar Jul 27 '23 03:07 cedar0817

Hi. We recommend you run the Unity client app on a real LiDAR-enabled iOS device instead of on the PC. Internally, our app calls some Unity API to access depth data via ARKit, thus the app would not run properly on a PC.

YiqinZhao avatar Jul 28 '23 02:07 YiqinZhao

Can you provide a brief tutorial on deploying on iOS devices with lidar, such as the iPhone,thanks

cedar0817 avatar Jul 28 '23 06:07 cedar0817

launch.py can not run on cpu?

cedar0817 avatar Jul 28 '23 09:07 cedar0817

Hi! We recommend following the official document for Unity deployment on iOS.

For launch.py: no, we are using GPU inference to serve the app. Check here.

YiqinZhao avatar Jul 28 '23 14:07 YiqinZhao

hello, when I build xcode project on ios, Tesing failed: Unable to launch com.CakeLab.XihePadProDemo, Is that because I am not running the xihe server? xihe serve must be publicly-accessible network address? localhost address can not worked? I have no publicly-accessible network address

cedar0817 avatar Jul 31 '23 03:07 cedar0817

An error: NullReferenceException: Object reference not set to an instance of an object. is that lanuch.py runing mistake ? i use your public-accessible network with port changed, and the changed address can not be accssed

cedar0817 avatar Jul 31 '23 10:07 cedar0817