jc211 / NeRFCapture

An iOS app that collects/streams posed images for NeRFs using ARKit
MIT License
240 stars 24 forks source link

app and python script can't connect via dds #11

Open hawl666 opened 1 year ago

hawl666 commented 1 year ago

I'm running NeRFCapture on iPhone13, but I can't connect with nerfcapture2nerf.py on the PC, but I test the udp connection status through ISH nc on the phone, and it's OK on the wifi network.Does the iPhone need lidar?

jc211 commented 1 year ago

No LIDAR is necessary. Try running cyclonedds ps on your pc while the app on your iphone is running to see if the two devices can see each other.

hawl666 commented 1 year ago

@jc211 It shows Entities discovered: 2,but i only see pc topic Frames in the form below.

jc211 commented 1 year ago

I checked the app yesterday and it was working well. Maybe its a network issue? You may need to restart the app while the python script is running. Ill have to dig into why that seems to be necessary (it shouldn't be).

hawl666 commented 1 year ago

@jc211 I have restarted many times on both sides, it doesn't work.

hawl666 commented 1 year ago

@jc211 Maybe there is a problem with the cyclonedds python version, or the idl header file is different?

ansj11 commented 9 months ago

I also have the same problem, have you sloved this problem?

Double-zh commented 1 month ago

我也遇到了同样的问题,你解决了吗?