How to read this comparison
Every method for spotting camera-enabled smart glasses trades off three things: coverage (does it catch the device at all?), precision (does it avoid false alarms?), and resilience (can the wearer defeat it?). No method wins on all three, and any tool that claims to "confirm you're being recorded" is overselling — that can't be proven from outside the device.
This page compares the real options fairly, then explains how to choose. If you want the underlying mechanics, start with how detection works.
The methods
Looking for the recording LED
Consumer camera glasses include an indicator light meant to signal recording. It's the most obvious option and the least reliable one: hard to see at distance or in sunlight, and defeated by tape or by the LED-removal services now operating at scale. We cover why in what the recording light actually means.
- Coverage: low · Precision: n/a · Resilience: very low
Visual identification
Spotting the hardware by sight — thicker temple arms on Ray-Ban Meta, chunkier frames on Snap Spectacles.
- Coverage: low–moderate · Precision: moderate · Resilience: low (frames now mimic ordinary eyewear)
Company-ID scanner apps
Several free and open-source apps (for example Nearby Glasses, NoPeek, No Glasshole) scan for Bluetooth Low Energy advertisements and flag devices whose 2-byte company identifier matches a known manufacturer.
- Coverage: moderate · Precision: low · Resilience: moderate
The core weakness is precision. A company ID is shared by every device from that manufacturer — earbuds, VR headsets, other accessories — so matching on it alone produces false positives. And when glasses stop actively advertising (already paired and quiet), a company-ID scan can miss them entirely.
Full byte-fingerprint + Wi-Fi detection (Glasses Radar)
Glasses Radar matches the full manufacturer-data byte template in the BLE advertisement (and a service UUID for Snap), not just the 2-byte company ID. It also requires several consistent sightings before alerting, which filters out stray packets and lookalike devices. On Android it adds a second layer — Wi-Fi activity detection — that distinguishes a device that is merely present from one that is active (streaming or offloading captures).
- Coverage: high · Precision: high · Resilience: high (works whether the LED is visible, taped, or removed)
Side-by-side
| Recording LED | Visual | Company-ID apps | Glasses Radar | |
|---|---|---|---|---|
| Detects when LED removed | No | Sometimes | Yes | Yes |
| False positives | — | Moderate | Common | Filtered by fingerprint depth + persistence |
| Catches quiet/paired glasses | — | Sometimes | Often misses | Yes |
| "Active" (streaming) signal | No | No | No | Yes (Android) |
| Snap Spectacles | No | Sometimes | Partial | Yes (service UUID) |
| On-device / private | — | — | Varies | Yes — nothing leaves your phone |
| Price | — | — | Free | Free |
What none of them can do
No detector proves a specific photo or clip of you was taken. Glasses capturing to onboard storage with no wireless offload emit almost no detectable signal. Detection gives you presence — and on Android, an active signal — not proof. For the full reasoning, see how to tell if someone is recording you.
How to choose
- If you want the highest chance of catching a device, including LED-defeated ones → full byte-fingerprint detection. Company-ID apps trade precision for simplicity; the LED can't be relied on at all.
- If false alarms would make you ignore the app → precision matters most. A tool that pings on every pair of earbuds trains you to dismiss it. Fingerprint depth plus a persistence check is what keeps alerts meaningful.
- If privacy is the point → prefer on-device processing. Detection about who's near you shouldn't create a second data trail about you.
- If you're on Android → the Wi-Fi "active" layer is a genuine upgrade, separating "glasses are here" from "glasses are doing something right now."
That combination — full-fingerprint matching, a persistence filter, an Android active-state layer, and on-device processing — is what Glasses Radar is built around. It won't promise proof. It gives you the most precise, hardest-to-defeat presence signal available, for free. New here? The complete privacy guide ties it all together. Want to understand the legal rights detection activates? See are smart glasses legal?.