You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are porting the thin client on the glasses to run on an MCU (ESP32) which is using Lovyan + LVGL to display information on the HUD.
Would there be an easy way to run this functionality on Android? Would there be a simple way to port it to Android?
If not, we could run this in the cloud and call it as an API, but this is less ideal than doing it locally in terms of latency, bandwidth, internet connection reliance, etc.
The converter core is written in JavaScript and requires either Node.js or a browser (as it uses the platform's image facilities to decode an image file to a bitmap internally). Node.js isn't available on Android as far as I know, so I think your best bet would be to use a hidden WebView widget and implement some sort of messaging system to request an LVGL binary image given a PNG/JPG/etc. You should check how the web-based converter performs in a browser on the target device first, in order to see whether the conversion is fast enough for your purposes.
Hey all,
We have an app that send images to Android smart glasses and displays them on the glasses: https://github.com/emexlabs/WearableIntelligenceSystem
We are porting the thin client on the glasses to run on an MCU (ESP32) which is using Lovyan + LVGL to display information on the HUD.
Would there be an easy way to run this functionality on Android? Would there be a simple way to port it to Android?
If not, we could run this in the cloud and call it as an API, but this is less ideal than doing it locally in terms of latency, bandwidth, internet connection reliance, etc.
Thanks
CC: @alex1115alex
The text was updated successfully, but these errors were encountered: