startVideoStream
open suspend fun startVideoStream(options: VideoStreamOptions = VideoStreamOptions()): Result<VideoStreamSession>
Start camera frame streaming and return a session that emits video frames.
The default implementation keeps existing clients binary/source-compatible: devices that do not implement video streaming report GlassesError.Unsupported.