SensingKit / SensingKit-iOS

An iOS framework that provides Mobile Sensing to your apps.
https://www.sensingkit.org
GNU Lesser General Public License v3.0
108 stars 25 forks source link

Using magnetometer can we detect hidden camera ? #17

Closed Manigandasaravanan closed 5 years ago

Manigandasaravanan commented 5 years ago

I use the magnetometer to read the deflection of Magnetic field X, Y and Z values. The values getting changed when I bring mobile close to the camera. Also, it's changing when I bring close to some other electronic devices.

Is there any range to detect only for the camera ??

minoskt commented 5 years ago

I haven't tried that, but I guess you could try building an ML classifier that detects a camera from magnetometer data.