Ego-OSCAR: Egocentric Open source Stereo CAptuRe System

Hugging Face Daily Papers Papers

Summary

Ego-OSCAR presents an open-source, low-cost head-mounted stereo-inertial capture device for egocentric data collection, releasing hardware designs, software, and about 550 hours of annotated stereo video with IMU data.

We present Ego-OSCAR, an open-hardware, low-cost, head-mounted stereo-inertial capture device for egocentric data collection in the wild. EgoOSCAR pairs a hardware-synchronized global-shutter stereo camera with a 6- axis IMU, an embedded Linux SBC for on-device video encoding, and a realtime microcontroller for user feedback and watchdog functions. The complete bill of materials is under USD 200 per unit, using only commercially available components and 3D-printed parts. Alongside the device, we release a complete software stack (hardware-accelerated recording pipeline, IMU sampling daemon, time-synchronization tooling, and watchdog firmware) and roughly 550 hours of egocentric stereo video per camera with synchronized IMU, collected by a distributed contributor network across everyday indoor environments. The release is annotated rather than raw: free-form action captions cover essentially the entire recorded timeline with an open vocabulary, and per-frame 3D hand reconstructions ship alongside per-session stereo calibration. Ego-OSCAR does not aim to match the per-unit fidelity of research-grade systems such as Project Aria; it aims to be the cheapest defensible substrate for crowdsourced egocentric capture, and to lower the activation energy for any team that wants to collect egocentric data at scale. All hardware designs, software, and the dataset are open-sourced
Original Article
View Cached Full Text

Cached at: 08/11/26, 10:20 AM

Paper page - Ego-OSCAR: Egocentric Open source Stereo CAptuRe System

Source: https://huggingface.co/papers/2608.08285

Abstract

WepresentEgo-OSCAR,anopen-hardware,low-cost,head-mountedstereo-inertialcapturedeviceforegocentricdatacollectioninthewild.EgoOSCARpairsahardware-synchronizedglobal-shutterstereocamerawitha6-axisIMU,anembeddedLinuxSBCforon-devicevideoencoding,andarealtimemicrocontrollerforuserfeedbackandwatchdogfunctions.ThecompletebillofmaterialsisunderUSD200perunit,usingonlycommerciallyavailablecomponentsand3D-printedparts.Alongsidethedevice,wereleaseacompletesoftwarestack(hardware-acceleratedrecordingpipeline,IMUsamplingdaemon,time-synchronizationtooling,andwatchdogfirmware)androughly550hoursofegocentricstereovideopercamerawithsynchronizedIMU,collectedbyadistributedcontributornetworkacrosseverydayindoorenvironments.Thereleaseisannotatedratherthanraw:free-formactioncaptionscoveressentiallytheentirerecordedtimelinewithanopenvocabulary,andper-frame3Dhandreconstructionsshipalongsideper-sessionstereocalibration.Ego-OSCARdoesnotaimtomatchtheper-unitfidelityofresearch-gradesystemssuchasProjectAria;itaimstobethecheapestdefensiblesubstrateforcrowdsourcedegocentriccapture,andtolowertheactivationenergyforanyteamthatwantstocollectegocentricdataatscale.Allhardwaredesigns,software,andthedatasetareopen-sourced

View arXiv pageView PDFAdd to collection

Get this paper in your agent:

hf papers read 2608\.08285

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2608.08285 in a model README.md to link it from this page.

Datasets citing this paper1

#### fpvlabs/stereo-550 Updatedabout 2 hours ago • 184

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2608.08285 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

Ego2Robot: Scalable Robot Data Synthesis from Egocentric Human Data

Hugging Face Daily Papers

Ego2Robot is a scalable pipeline that converts egocentric human manipulation videos into robot training data via action retargeting and visual synthesis, producing 18,561 hours of data across 15 robot morphologies. Experiments show that joint pretraining on this synthesized data improves out-of-distribution generalization for vision-language-action models, including on real-robot deployment.