OpenTeleVision / TeleVision

[CoRL 2024] Open-TeleVision: Teleoperation with Immersive Active Visual Feedback
https://robot-tv.github.io/
Other
586 stars 56 forks source link

Use adb to stream to Meta Quest instead of ngrok #12

Closed antonioarbues closed 2 months ago

antonioarbues commented 2 months ago

Hi,

as it takes just a few minutes of streaming to finish the ngrok free trial, i was looking into other options and i found that on Meta Quest devices it is possible to do some pretty simple port reverse forwarding with the adb (Android) toolkit to be able to access an http server running on the laptop.

here are the details, i think it'd be useful to mention it in the readme

https://medium.com/@lazerwalker/how-to-easily-test-your-webvr-and-webxr-projects-locally-on-your-oculus-quest-eec26a03b7ee

chengxuxin commented 2 months ago

Thanks for your information. adb seems to be a good way for Quest local streaming. Will add to readme.