RayNeoRuntimeGlassesClient
class RayNeoRuntimeGlassesClient(context: Context, displaySink: RayNeoDisplaySink = ToastDisplaySink()) : BaseGlassesClient
RayNeo (on-glasses) client.
This runs inside the RayNeo glasses app process.
capturePhoto()uses Camera2 to capture a single JPEG (no preview UI).display()uses a pluggable sink; default is a Toast.
Note: This module is intentionally vendor-SDK-free. If you want to integrate with RayNeo Mercury SDK UI components, implement a custom RayNeoDisplaySink and/or your own capture pipeline.
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
Link copied to clipboard
Link copied to clipboard