Spectacles Community Challenge - Open Source Question
I see that you request a link to a GitHub project, does it also work with any other public git repo hosted on Gitlab / Bitbucket / Codeberg / etc... ?
I see that you request a link to a GitHub project, does it also work with any other public git repo hosted on Gitlab / Bitbucket / Codeberg / etc... ?
Hello there!
I know that QR Code detection will be available later on specs, but for those who are waiting and want to try it out right now, here is a tiny example project that require no server or remote api, all computations are done on spectacles.
Here I do realtime detection during the one-handed crop like gesture. Then, when the QR Code is detected, the url is displayed and the website is opened in the webview. Remember also that there are constraints around size and constrast on the qr code, so don't forget to adjust luminosity on computer screen and display it big enough.
I will very probably add other examples in this project, like loading images or 3d models directly, or establishing secure connection between two devices.
Let me know in comments what would be the most interesting use case you think of ;)
Hello!
I've been trying to look lately at how to create secure communication between specs and another device (like mobile or laptop) with snap cloud.
If the auth is straightforward on glasses, I see that all the other kind of auth seems to be blocked for apps outside. The Auth providers page seems also to be blocked.
From what I read on this thread https://www.reddit.com/r/Spectacles/comments/1rimxoe/comment/oe3nyzn/ it's still not possible, but maybe I miss something?
So is there an example somewhere of secure communication between two devices (one as not the specs) using Snap Cloud? Like Spectacles Mobile Kit Bonding but with Snap Cloud for example?
Thanks in advance,