u/HyroVitalyProtago

Myo Simple Gesture Detection

First test of gesture detection with the Myo (following https://www.reddit.com/r/Spectacles/comments/1sgvk6d/myo_on_spectacles/ ) inspired by https://dl.acm.org/doi/epdf/10.1145/3729494 - demo on quick audio player control during walking.

There is actually no deep learning, but just KNN classification on simple gestures (wrist swipe, closed hand). So detection is far from perfect, but it will be easy to get better results with more work!

Hard to show in the video as the idea is to be able to do the gesture outside of the field of view. Also, I always show the menu for demo purpose, but the final UX would be more about only displaying it when needed with an invoke gesture.

I don't have a lot of time to work on it lately, but it's still on the TODO list.

u/HyroVitalyProtago — 1 hour ago

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... ?

reddit.com
u/HyroVitalyProtago — 11 days ago

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 ;)

https://github.com/HyroVitalyProtago/CropQR

u/HyroVitalyProtago — 18 days ago

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,

reddit.com
u/HyroVitalyProtago — 23 days ago