InmoRuntimeGlassesClient
class InmoRuntimeGlassesClient(context: Context, displaySink: InmoDisplaySink = ToastDisplaySink()) : BaseGlassesClient
INMO Air3 on-glasses runtime client.
This runs inside a foreground Activity on the Air3 glasses. Air3 is a standalone Android 14 device, so camera, microphone, display text, audio playback, and touchpad key events are handled through stock Android APIs with no vendor SDK dependency.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun displayImage(image: DisplayImage, options: DisplayImageOptions): Result<Unit>
Link copied to clipboard
Forward host Activity key-down events here.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard