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
| Scenario | Recommended entry |
|---|---|
| Initialize the SDK in a glasses app | Initialization and connection |
| Capture photos, videos, audio, or use media features | Camera and media |
| Exchange messages or files with the phone side | Messaging and files |
| Integrate ASR, TTS, or AI chat | Voice and AI |
| Use face, vehicle plate, or other recognition features | Recognition |
Integration Order
- Read SDK overview to understand the boundary between Glasses SDK and Phone SDK.
- Follow Quick start to prepare the environment and add dependencies. To run the official Demo, open the Demo running guide.
- Find a similar scenario in Code samples, then return to the API reference for details.
API Reference
| Module | Entry |
|---|---|
| Initialization and connection | View APIs |
| Camera and media | View APIs |
| Device and system | View APIs |
| Messaging and files | View APIs |
| Voice and AI | View APIs |
| Recognition | View APIs |
| Bluetooth and ring | View APIs |
| Full API reference | View full docs |
Samples
Related Resources
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.