Description
–g1d-inc-bg:#f8f8f8;
–g1d-inc-line:rgba(11,18,32,.14);
–g1d-inc-txt:#0b1220;
–g1d-inc-muted:rgba(11,18,32,.70);
–g1d-inc-accent:#00446a;
–g1d-inc-radius:15px;
–g1d-inc-pad:16px;
/* change this if you want more/less indent */
–g1d-inc-indent:18px;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(–g1d-inc-txt);
}
.rs-g1d-inc, .rs-g1d-inc *{ box-sizing:border-box; }
.rs-g1d-inc .wrap{
border-radius:var(–g1d-inc-radius);
background:var(–g1d-inc-bg);
border:0;
box-shadow:none;
overflow:hidden;
padding:var(–g1d-inc-pad);
}
/* First line (same as your Dimensions block) */
.rs-g1d-inc .titlebar{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:12px;
margin:0 0 12px 0;
padding:0 0 10px 0;
border-bottom:1px solid rgba(11,18,32,.10);
}
.rs-g1d-inc .title{
margin:0 !important;
font-size:clamp(16px,2vw,18px);
font-weight:900;
color:var(–g1d-inc-txt) !important;
letter-spacing:.2px;
}
.rs-g1d-inc .badge{
margin:0 !important;
color:var(–g1d-inc-muted) !important;
font-weight:800;
font-size:12px;
letter-spacing:.2px;
white-space:nowrap;
}
.rs-g1d-inc .badge b{ color:var(–g1d-inc-accent); }
/* Card */
.rs-g1d-inc .card{
border:1px solid rgba(11,18,32,.14);
border-radius:12px;
background:#ffffff;
padding:12px;
min-width:0;
}
.rs-g1d-inc .rowhead{
display:flex;
align-items:center;
gap:10px;
margin:0 0 10px 0;
}
/* (icon removed) */
.rs-g1d-inc .label{
margin:0 !important;
font-weight:900;
letter-spacing:.2px;
text-transform:uppercase;
font-size:13px;
color:rgba(11,18,32,.70) !important;
}
/* Bullet list: TABLE is the most WYSIWYG-proof way */
.rs-g1d-inc .bul{
width:100%;
border-collapse:collapse !important;
border-spacing:0 !important;
border:0 !important;
margin:0;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-g1d-inc .bul tbody,
.rs-g1d-inc .bul tr,
.rs-g1d-inc .bul td{
border:0 !important;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-g1d-inc .bul td{
padding:0;
vertical-align:top;
}
.rs-g1d-inc .bul .b{
width:var(–g1d-inc-indent);
padding-right:10px;
color:rgba(11,18,32,.35);
font-size:16px;
line-height:1.25;
}
.rs-g1d-inc .bul .t{
font-weight:700;
line-height:1.25;
color:var(–g1d-inc-txt);
padding-bottom:6px;
}
.rs-g1d-inc .bul tr:last-child .t{ padding-bottom:0; }
.rs-g1d-inc .note{
margin:10px 0 0 0;
color:var(–g1d-inc-muted);
font-size:12px;
line-height:1.35;
}
@media (max-width: 640px){
.rs-g1d-inc .wrap{ padding:14px; }
}
Included
| • | PICO 4 Ultra Enterprise MR headset |
| • | Controller ×2 |
| • | Wrist strap ×2 |
| • | Glasses Spacer |
| • | 1.5V AA alkaline battery ×4 |
| • | Face foam |
| • | USB-C to USB-C cable |
| • | User Guide |
| • | Safety & Warranty Guide |
Package contents may vary by configuration.
–g1d-dims-bg:#f8f8f8;
–g1d-dims-line:rgba(11,18,32,.14);
–g1d-dims-txt:#0b1220;
–g1d-dims-muted:rgba(11,18,32,.70);
–g1d-dims-accent:#00446a;
–g1d-dims-radius:15px;
–g1d-dims-pad:16px;
/* bullet indent like What’s Included */
–g1d-dims-indent:18px;
/* image tile controls */
–g1d-dims-media-radius:12px;
–g1d-dims-media-bg:#ffffff;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(–g1d-dims-txt);
}
.rs-g1d-dims, .rs-g1d-dims *{ box-sizing:border-box; }
.rs-g1d-dims .wrap{
border-radius:var(–g1d-dims-radius);
background:var(–g1d-dims-bg);
border:0;
box-shadow:none;
overflow:hidden;
padding:var(–g1d-dims-pad);
}
.rs-g1d-dims .titlebar{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:12px;
margin:0 0 12px 0;
padding:0 0 10px 0;
border-bottom:1px solid rgba(11,18,32,.10);
}
.rs-g1d-dims .title{
margin:0 !important;
font-size:clamp(16px,2vw,18px);
font-weight:900;
color:var(–g1d-dims-txt) !important;
letter-spacing:.2px;
}
.rs-g1d-dims .badge{
margin:0 !important;
color:var(–g1d-dims-muted) !important;
font-weight:800;
font-size:12px;
letter-spacing:.2px;
white-space:nowrap;
}
.rs-g1d-dims .badge b{ color:var(–g1d-dims-accent); }
.rs-g1d-dims .hi{
display:grid;
grid-template-columns:repeat(12,minmax(0,1fr));
gap:10px;
}
.rs-g1d-dims .tile{
grid-column:span 6;
border:1px solid rgba(11,18,32,.14);
border-radius:12px;
background:#ffffff;
padding:12px;
min-width:0;
}
/* NEW: Image tile spans full width by default */
.rs-g1d-dims .tile-media{
grid-column:1 / -1;
padding:12px; /* keep same inner padding as other tiles */
}
/* Tile title (no heading tags) */
.rs-g1d-dims .tile b{
display:block;
font-size:14px;
letter-spacing:.2px;
color:rgba(11,18,32,.65);
margin-bottom:8px;
line-height:1.15;
font-weight:900;
text-transform:uppercase;
}
.rs-g1d-dims .media img{
display:block;
width:100%;
height:auto;
border:0;
}
/* VALUE line: bullet + EXACT text rules as What’s Included */
.rs-g1d-dims .bul{
width:100%;
border-collapse:collapse !important;
border-spacing:0 !important;
border:0 !important;
margin:0;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-g1d-dims .bul tbody,
.rs-g1d-dims .bul tr,
.rs-g1d-dims .bul td{
border:0 !important;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-g1d-dims .bul td{
padding:0;
vertical-align:top;
}
.rs-g1d-dims .bul .b{
width:var(–g1d-dims-indent);
padding-right:10px;
color:rgba(11,18,32,.35);
font-size:16px;
line-height:1.25;
}
.rs-g1d-dims .bul .t{
font-weight:700;
line-height:1.25;
color:var(–g1d-dims-txt);
}
.rs-g1d-dims .note{
margin:10px 0 0 0;
color:var(–g1d-dims-muted);
font-size:12px;
line-height:1.35;
}
@media (max-width: 640px){
.rs-g1d-dims .wrap{ padding:14px; }
.rs-g1d-dims .tile{ grid-column:1 / -1; }
/* image tile already full width; nothing extra needed */
}
| • | 256 mm |
Maximum length
| • | 312 mm |
| • | 165 mm |

Dimensions are provided by the manufacturer and may change without notice.
/* MATCH your light blocks */
–g1d-spechigh-bg:#f8f8f8;
–g1d-spechigh-line:rgba(11,18,32,.14);
–g1d-spechigh-txt:#0b1220;
–g1d-spechigh-muted:rgba(11,18,32,.70);
–g1d-spechigh-accent:#00446a;
–g1d-spechigh-radius:15px;
–g1d-spechigh-pad:16px;
/* bullet indent (same idea as What’s Included) */
–g1d-spechigh-indent:18px;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(–g1d-spechigh-txt);
}
.rs-g1d-spechigh, .rs-g1d-spechigh *{ box-sizing:border-box; }
.rs-g1d-spechigh .wrap{
border-radius:var(–g1d-spechigh-radius);
background:var(–g1d-spechigh-bg);
border:0;
box-shadow:none;
overflow:hidden;
padding:var(–g1d-spechigh-pad);
}
/* Title line (same structure as your other blocks) */
.rs-g1d-spechigh .titlebar{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:12px;
margin:0 0 12px 0;
padding:0 0 10px 0;
border-bottom:1px solid rgba(11,18,32,.10);
}
.rs-g1d-spechigh .title{
margin:0 !important;
font-size:clamp(16px,2vw,18px);
font-weight:900;
color:var(–g1d-spechigh-txt) !important;
letter-spacing:.2px;
}
.rs-g1d-spechigh .badge{
margin:0 !important;
color:var(–g1d-spechigh-muted) !important;
font-weight:800;
font-size:12px;
letter-spacing:.2px;
white-space:nowrap;
}
.rs-g1d-spechigh .badge b{ color:var(–g1d-spechigh-accent); }
/* Section label */
.rs-g1d-spechigh .sectionlabel{
margin:12px 0 6px 0;
font-size:12px;
color:var(–g1d-spechigh-muted);
letter-spacing:.25px;
font-weight:900;
text-transform:uppercase;
}
/* Top highlights (4 blocks) */
.rs-g1d-spechigh .hi{
display:grid;
grid-template-columns:repeat(12,minmax(0,1fr));
gap:10px;
margin:10px 0 10px 0;
}
.rs-g1d-spechigh .tile{
grid-column:span 3;
border:1px solid rgba(11,18,32,.14);
border-radius:12px;
background:#ffffff;
padding:12px;
min-width:0;
}
/* Title in tile */
.rs-g1d-spechigh .tile b{
display:block;
font-size:14px;
letter-spacing:.2px;
color:rgba(11,18,32,.65);
margin:0 0 8px 0;
line-height:1.15;
font-weight:900;
text-transform:uppercase;
}
/* Bullet line in tile (match What’s Included exactly) */
.rs-g1d-spechigh .bul{
width:100%;
border-collapse:collapse !important;
border-spacing:0 !important;
border:0 !important;
margin:0;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-g1d-spechigh .bul tbody,
.rs-g1d-spechigh .bul tr,
.rs-g1d-spechigh .bul td{
border:0 !important;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-g1d-spechigh .bul td{
padding:0;
vertical-align:top;
}
.rs-g1d-spechigh .bul .b{
width:var(–g1d-spechigh-indent);
padding-right:10px;
color:rgba(11,18,32,.35);
font-size:16px;
line-height:1.25;
}
.rs-g1d-spechigh .bul .t{
font-weight:700;
line-height:1.25;
color:var(–g1d-spechigh-txt);
padding-bottom:0;
overflow-wrap:anywhere;
}
/* Bottom standard spec rows */
.rs-g1d-spechigh .rows{
border-top:1px solid rgba(11,18,32,.10);
margin-top:10px;
padding-top:10px;
}
.rs-g1d-spechigh .row{
display:grid;
grid-template-columns:1.2fr .9fr;
gap:14px;
padding:10px 0;
border-bottom:1px solid rgba(11,18,32,.08);
}
.rs-g1d-spechigh .row:last-child{ border-bottom:none; }
.rs-g1d-spechigh .k{ color:var(–g1d-spechigh-muted); font-weight:800; }
.rs-g1d-spechigh .v{ color:var(–g1d-spechigh-txt); font-weight:700; overflow-wrap:anywhere; }
.rs-g1d-spechigh .muted{ color:var(–g1d-spechigh-muted); font-weight:700; }
@media (max-width: 980px){
.rs-g1d-spechigh .tile{ grid-column:span 6; }
}
@media (max-width: 640px){
.rs-g1d-spechigh .wrap{ padding:14px; }
.rs-g1d-spechigh .tile{ grid-column:1 / -1; }
.rs-g1d-spechigh .row{ grid-template-columns:1fr; gap:6px; }
}
| • | Dual 32 MP color passthrough cameras with depth and environment tracking sensors |
| • | Dual 2.56″ displays, 2160 × 2160 per eye, high PPI for sharp text and UI clarity |
| • | Snapdragon® XR2 Gen 2 with major CPU and GPU performance gains for enterprise workloads |
| • | Standalone, cable-free headset designed for training, simulation, and professional XR use |
CPU performance improves by 20%, GPU performance improves by 250%*
12 GB + 256 GB
LPDDR5 + UFS 3.1
Compatible with PICO 4 Ultra Enterprise / PICO 4 Enterprise / PICO Neo3 Series
iToF depth-sensing camera ×1
Environment tracking camera ×4
Resolution: 2160 × 2160 (× 2), 1200 PPI (pixels per inch)
Rendering resolution: 1920 × 1920 (× 2)
Refresh rate: 90 Hz
Pancake lenses
105° FoV
20.6 average PPD (pixels per degree), 22.5 central area PPD
58 mm–72 mm seamless pupil distance adjustment
4 microphones and supports spatial audio recording
Supports QC 4.0 / PD 3.0, 45W fast charger
Controller: AA batteries ×2







Reviews
There are no reviews yet.