Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class SimulatorGlassesClient(activity: AppCompatActivity, displaySink: (String) -> Unit? = null, imageDisplaySink: (Bitmap, DisplayImageOptions) -> Unit? = null, videoPath: String? = null) : BaseGlassesClient
Simulator implementation of GlassesClient that simulates glasses functionality without physical hardware. Designed to run on an Android Emulator.