@@ -3,3 +3,89 @@ sidebar_position: 0
33title : Technical Specifications
44slug : /
55---
6+
7+ # Technical Specifications Reference
8+
9+ Quick reference for Aria Gen 2 technical specifications.
10+
11+ ## Specifications by Category
12+
13+ - ** [ Device] ( /technical-specs/device/hardware ) ** - Hardware specs, profiles, calibration, CAD models
14+ - ** [ VRS Format] ( /technical-specs/vrs/data-format ) ** - File format, streams, tools
15+ - ** [ MPS] ( /technical-specs/mps/data_formats/basics ) ** - MPS output formats and data structures
16+ - ** [ Client SDK] ( /technical-specs/client-sdk/api ) ** - API and CLI reference
17+ - ** [ Coordinate Systems] ( /technical-specs/coordinate/3d-coor ) ** - 3D/2D frames, transformations, projections
18+
19+ ---
20+
21+ ## Quick Reference Tables
22+
23+ ### Recording Profiles
24+
25+ | Profile | RGB | CV Cameras | ET | HT | VIO | GPS |
26+ | ---------| -----| ------------| ----| ----| -----| -----|
27+ | ** profile8** | 10Hz, 2560×1920 | 30Hz | 30Hz | 30Hz | 10Hz | ✓ |
28+ | ** profile9** | 5Hz, 2560×1920 | 10Hz | 30Hz | 30Hz | 10Hz | ✗ |
29+ | ** profile10** | 30Hz, 2016×1512 | 30Hz | 30Hz | 30Hz | 10Hz | ✓ |
30+
31+ [ Full profile specs →] ( /technical-specs/device/profile )
32+
33+ ### Sensor Specifications
34+
35+ | Sensor | Quantity | Rate | Resolution/Range |
36+ | --------| ----------| ------| ------------------|
37+ | CV Cameras | 4 | 30 Hz | 512×512 |
38+ | RGB Camera | 1 | 10-30 Hz | 2016×1512 - 2560×1920 |
39+ | ET Cameras | 2 | 5 Hz | 200×200 |
40+ | IMU | 2 | 800 Hz | - |
41+ | Microphones | 7+1 | 16 kHz | - |
42+ | GPS | 1 | 1 Hz | - |
43+ | Magnetometer | 1 | 100 Hz | - |
44+ | Barometer | 1 | 50 Hz | - |
45+ | PPG | 1 | 128 Hz | - |
46+ | ALS | 1 | ~ 9.4 Hz | - |
47+
48+ [ Full hardware specs →] ( /technical-specs/device/hardware )
49+
50+ ### Common Stream IDs
51+
52+ | Stream Label | StreamId | Type |
53+ | --------------| ----------| ------|
54+ | rgb | 214-1 | Camera |
55+ | slam-left | 1201-1 | Camera |
56+ | slam-right | 1201-2 | Camera |
57+ | imu-left | 1202-1 | IMU |
58+ | imu-right | 1202-2 | IMU |
59+ | eyetracking | 231-1 | MP Output |
60+ | handtracking | 232-1 | MP Output |
61+
62+ [ Full stream ID mapper →] ( /technical-specs/vrs/streamid-label-mapper )
63+
64+ ### Coordinate Conventions
65+
66+ | Convention | Value |
67+ | ------------| -------|
68+ | Coordinate system | Right-handed |
69+ | Quaternion order | (x, y, z, w) |
70+ | Rotation matrix | Row-major |
71+ | Transform notation | ` T_dest_source ` |
72+
73+ [ Coordinate system details →] ( /technical-specs/coordinate/3d-coor )
74+
75+ ---
76+
77+ ## Common Abbreviations
78+
79+ | Term | Meaning |
80+ | ------| ---------|
81+ | VRS | Video Recording Storage |
82+ | MPS | Machine Perception Services |
83+ | VIO | Visual Inertial Odometry |
84+ | SLAM | Simultaneous Localization and Mapping |
85+ | CV | Computer Vision (cameras) |
86+ | ET | Eye Tracking |
87+ | HT | Hand Tracking |
88+ | IMU | Inertial Measurement Unit |
89+ | PPG | Photoplethysmography |
90+ | ALS | Ambient Light Sensor |
91+ | CPF | Central Pupil Frame |
0 commit comments