add optical sensor

This commit is contained in:
fria 2024-11-30 23:51:09 -06:00 committed by GitHub
parent 68ed697c9b
commit 91e89ea26c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,4 +24,6 @@ There four main ways we accomplish this: optical sensors, capacitive sensors, ul
### Optical Fingerprint Sensors ### Optical Fingerprint Sensors
An optical sensor works just like you'd think it would: by taking a picture of your fingerprint and turning it into data. These are the cheapest and least secure option. They're potentially vulnerable to an attacker simply taking a picture of your fingerprint, since they only capture a two-dimensional image.
Many devices implement one of these sensors under the display, you can tell if you're does because it will flashbang you when you try to scan your finger. This happens so the optical sensor can capture a clear image of your finger.