# XREAL Glasses

XREAL’s products include the XREAL Light Developer Kit, XREAL Light Consumer Kit, and Xreal Air. See below for a brief overview of each headset, the features, and attributes relevant to developers.

* **XREAL Light**: The consumer version of XREAL Light, which is currently selling through its partnered carriers’ retail stores. XREAL Light operates by tethering to an Android smartphone.
* **XREAL Air**: Compared to XREAL Light, XREAL Air is a pared down, yet highly fashionable pair of AR glasses, that pushes the envelope with a form factor that’s wearable and inherently more comfortable.
* **XREAL Light Developer Kit**: The XREAL Light Developer Kit operates by tethering Xreal Light to a proprietary computing pack developed by Xreal.

The table below shows detailed technical specifications for XREAL Light and XREAL Air:

| Feature                  | XREAL Light                   | XREAL Air                     |
| ------------------------ | ----------------------------- | ----------------------------- |
| Size(folded)             | 156mm \* 52mm \* 44mm         | 151mm \* 41mm \* 51mm         |
| Weight (Excluding cable) | 106g                          | \~77g                         |
| Resolution Per Eye       | 1920 \* 1080                  | 1920 \* 1080                  |
| FOV                      | 52 Degrees                    | 46 Degrees                    |
| Frame Rate - MR Space    | 60Hz                          | 60Hz; 72Hz in future release  |
| Supporting System        | Android                       | Android                       |
| RGB Camera               | Yes                           | No                            |
| Grayscale Camera         | Yes                           | No                            |
| IMU                      | Yes                           | Yes                           |
| Connection               | USB-C Cable                   | USB-C Cable                   |
| Audio                    | Dual Speakers and Microphones | Dual Speakers and Microphones |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xreal.gitbook.io/nrsdk/v1.10.2/nrsdk-fundamentals/xreal-devices/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
