Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python to give back to IOS #16

Open
knsjoon opened this issue Dec 17, 2023 · 1 comment
Open

Python to give back to IOS #16

knsjoon opened this issue Dec 17, 2023 · 1 comment

Comments

@knsjoon
Copy link

knsjoon commented Dec 17, 2023

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!

@jc211
Copy link
Owner

jc211 commented Dec 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants