emexlabs / WearableIntelligenceSystem

Wearable computing software framework for intelligence augmentation research and applications. Easily build smart glasses apps, relying on built in voice command, speech recognition, computer vision, UI, sensors, smart phone connection, NLP, facial recognition, database, cloud connection, and more. This repo is in beta.
MIT License
110 stars 23 forks source link

Audio/Visual/Generic-Sensor low-latency internet streaming #3

Closed CaydenPierce closed 2 years ago

CaydenPierce commented 2 years ago

We need a low-latency, reliable method of streaming audio data, visual data, and generic sensory data (e.g. GPS, accelerometer, EEG, heart rate, etc.) over the internet.

The state-of-the-art appears to be WebRTC:

Keep in mind that Vuzix Blade and other Android smart glasses we are using now are old Android (Vuzix Blade == 5.1) so we may be limited in libraries we can use on the ASG side.