facebookresearch / projectaria_tools

projectaria_tools is an C++/Python open-source toolkit to interact with Project Aria data
https://facebookresearch.github.io/projectaria_tools/docs/intro
Apache License 2.0
493 stars 65 forks source link

Inquiry Regarding Depth Camera Integration in Aria Glasses #72

Closed RunsenXu closed 7 months ago

RunsenXu commented 8 months ago

Dear Project Aria Team,

The Aria glasses are truly impressive, and I appreciate the innovative technology and design that have gone into their development.

However, I have a query regarding the design choices, specifically about depth perception capabilities. While I understand that depth can be obtained through stereo cameras, I am curious as to why a dedicated depth camera was not included in the Aria glasses. Depth is a crucial piece of information for many applications, and a hardware depth camera could potentially offer greater accuracy than software-based depth perception.

Could you please share the considerations or constraints that led to the decision not to integrate a depth camera into the Aria glasses? Understanding the rationale behind this choice would provide valuable insights into the design and technological priorities of the Aria project.

Thank you for your time and for any information you can provide. I am genuinely interested in learning more about your innovative approach to smart glasses technology.

Best regards, Runsen

SeaOtocinclus commented 8 months ago

Hello @RunsenXu , You can find the details about the choice made for Projet Aria Glasses in the whitepaper Project Aria: A New Tool for Egocentric Multi-Modal AI Research.

Designing a device to capture as much data as possible and make it fit in a small form factor forces to take choice regarding the sensors you can use, the battery life you can expect and the final weight of the devices (i.e "depth sensing" is power hungry, this is not a passive sensor, but a design that emits light)

So conclusion:

RunsenXu commented 7 months ago

Hi @SeaOtocinclus,

That makes sense! Thank you for your reply. Great work!

Best, Runsen