Open atonalfreerider opened 17 hours ago
In this file: https://github.com/even-realities/EvenDemoApp/blob/main/lib/services/evenai.dart
there is this function for sending text:
// Send text data to the glasses,including status information int retryCount = 0; Future<bool> sendEvenAIReply( String text, int type, int status, int pos) async {
Is there an equivalent for sending vector graphics to the G1?
In this file: https://github.com/even-realities/EvenDemoApp/blob/main/lib/services/evenai.dart
there is this function for sending text:
Is there an equivalent for sending vector graphics to the G1?