this post was submitted on 31 Aug 2026
114 points (96.7% liked)

Privacy

5089 readers
128 users here now

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] quick_snail@feddit.nl 6 points 16 hours ago (1 children)

My degoogled phone's open source camera app (with no internet access) detects faces instantly and locally

[–] RonSijm@programming.dev 2 points 15 hours ago (1 children)

Yes, detecting whether something is a face wouldn't be a problem. You can just just use the FaceDetect api on android.

Thought then after you detect a face, you still have to decide - is this a face to blur? If you have some sort of database for that, you'll still have to some face identifier there to check if it's whitelisted or not

[–] quick_snail@feddit.nl 3 points 15 hours ago* (last edited 14 hours ago)

No. Blur every face.

The only issue I see is that people who wear tech to avoid facial recognition will be the only heads that aren't blurred.