Skip to content

Glasses SDK

The Glasses SDK is for applications running on Rokid Glass3. It acts as the device-side capability layer for media capture, voice, recognition, messaging, device state, Bluetooth, and P2P.

When to Use This Page

ScenarioRecommended entry
Initialize the SDK in a glasses appInitialization and connection
Capture photos, videos, audio, or use media featuresCamera and media
Exchange messages or files with the phone sideMessaging and files
Integrate ASR, TTS, or AI chatVoice and AI
Use face, vehicle plate, or other recognition featuresRecognition

Integration Order

  1. Read SDK overview to understand the boundary between Glasses SDK and Phone SDK.
  2. Follow Quick start to prepare the environment and add dependencies. To run the official Demo, open the Demo running guide.
  3. Find a similar scenario in Code samples, then return to the API reference for details.

API Reference

ModuleEntry
Initialization and connectionView APIs
Camera and mediaView APIs
Device and systemView APIs
Messaging and filesView APIs
Voice and AIView APIs
RecognitionView APIs
Bluetooth and ringView APIs
Full API referenceView full docs

Samples

If you are not sure which side owns an interface, start from Capability scenarios. If you already know the interface name, open the full API reference and search directly.