Meta’s New Patent Puts Ray‑Ban‑Style Smart Glasses with Face‑ID on the Radar Introduction Smart glasses that can read faces and instantly pull up a digital profile are no longer science‑fiction. Meta’s freshly filed patent for Ray‑Ban‑style eyewear has sparked a flood of Google searches, Twitter threads, and Reddit debates in early 2024. As on‑device AI chips become cheap enough for mass‑market wearables, the question isn’t if facial recognition will land on our lenses—it’s how we can keep it under control. What the Patent Actually Claims Feature Description Hardware Front‑facing RGB‑depth camera, on‑device Neural Processing Unit (NPU), and a Secure Enclave for storing hashed face‑templates. Processing flow 1️⃣ Capture a 3‑D depth map when the user looks at a person. 2️⃣ Run a lightweight CNN to create a face embedding. 3️⃣ Compare the embedding against the locally stored template database. 4️⃣ If a match is found, overlay name, social profile, and interaction history on a transparent HUD. Data handling Primary inference runs offline . An optional “cloud‑sync” mode can back‑up templates and aggregate analytics across devices. User control The patent mentions a toggle in the device’s privacy menu that disables the entire pipeline. Legal Landscape: How Protected Are You? Region Key Law What It Means for Wearables EU GDPR (Art. 9) Facial data = “special category.” Requires explicit, informed consent before collection or processing. USA – California CCPA/CPRA Residents can opt‑out of the sale of biometric data; companies must disclose collection practices. USA – Illinois BIPA Requires written notice, consent, and a retention policy. Violations have led to $5 M+ judgments. Brazil LGPD Treats facial recognition as sensitive personal data; consent is mandatory. Other jurisdictions Emerging biometric statutes Many are still drafting definitions; manufacturers often rely on “user‑initiated” consent in settings. Bottom line: If a device processes facial data without a clear opt‑in, you may have legal recourse under the above statutes. Quick Guide: Disabling Face‑ID on Current Smart Glasses The steps below work for the most common 2024 AR glasses. You’ll need the companion mobile app and a Bluetooth‑connected device. Meta Quest 3 (and future Meta glasses) Open Meta Portal on your phone. Tap Settings → Privacy & Security . Toggle Facial Recognition off. (Optional) In Developer Options , disable Cloud Sync to prevent any backup of face templates. Snap Spectacles 3 Launch Snap Lens Studio . Go to Device Settings → Biometric Features . Switch Face ID to Disabled . Re‑boot the spectacles to apply changes. Apple Vision Pro (prototype) Open Vision Settings on macOS. Choose Privacy → Facial Data . Turn On‑Device Recognition off and confirm the prompt. Tip: After disabling, clear any cached templates by selecting Delete All Face Templates in the same menu. Python Script: Turn Off Face‑ID via the Meta API If you prefer a command‑line approach (or need to roll this out across many devices), the Meta SDK exposes a simple REST endpoint. The script below authenticates with your Meta developer token, lists paired glasses, and disables facial recognition on each one. import requests import json import os # -------------------------------------------------

Meta's Patent Unveils Ray‑Ban Smart Glasses with Face‑ID
LeoJulieta

