NeRFCapture icon indicating copy to clipboard operation
NeRFCapture copied to clipboard

Python to give back to IOS

Open knsjoon opened this issue 2 years ago • 1 comments

I saw this github while searching for ways to send arkit data to my ubuntu machine. I think your app / code does just that: sending live streams of RGB-D images and pose.

Since I am working on a project that needs to give the user a feedback like 3D bounding box around objects (I am running a 3D segmentation using machine learning on ubuntu) and show it on Iphone, I wonder if cyclonedds or flask can be used/mixed to fulfill this.

Thank you!

knsjoon avatar Dec 17 '23 17:12 knsjoon

Yes absolutely. I'm not sure what flask is, but cyclonedds will do the trick. You will need a dds subscriber in the app and a publisher in your ubuntu machine with a message between them that has your 3D bounding box. You'll have to intercept that message in the app and draw it in the view.

jc211 avatar Dec 18 '23 01:12 jc211