this post was submitted on 16 May 2024
251 points (98.1% liked)

Technology

55715 readers
2655 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Here's a $120usd FLIR - how does it compare with a cheap plug in USB phone module?

Guess it's just missing a mounting case?

you are viewing a single comment's thread
view the rest of the comments
[–] lemann@lemmy.dbzer0.com 16 points 1 month ago (2 children)

IMO more accurate presence detection. Common sensors like PIR and cheaper doppler radar types can detect when there's motion, but not if a user is present but not moving in the detection area (e.g. sleeping or sitting). There's also open source projects that can track bluetooth wearables & phones to know who specifically is in a room, but these aren't able to detect people with no devices, say guests and kids.

The preferred approach at the moment is a combination of sensors to cover motion and person detection separately, which comes at a cost, both on your pocket and the time needed to get it working suitably for your needs, or maybe one of the more expensive radar sensors like the FP2 that can detect where in a space is occupied with higher accuracy than more affordable alternatives

The thermal cam is roughly in the same price range as the FP2 - however since it has I2C, something cheap like an ESP8266 can be used to turn it into a WiFi based presence detection sensor. Something like an ESP32 could be used to turn it into a presence detector and wearable tracker, negating the need for another separate sensor entirely.

Something like this would probably be quite close to plug and play for someone DIY focused, and wouldn't have the same problem as radar being able to see through walls to different areas, although this is somewhat solved by surrounding the rear of the sensor in foil with caveats.

I'm interested in how it performs outdoors in rain though, a lot of existing affordable sensors (except PIR) struggle a little in wet conditions, with doppler based ones not detecting anything

[–] slurpinderpin@lemmy.world 3 points 1 month ago

Very interesting stuff, thank you for sharing!!

[–] Grimy@lemmy.world 1 points 1 month ago

Tbh, it's going to be a lot cheaper and easier to use computer vision with regular 20$ webcams.

The only advantage I can see is for the elderly as a warning system, since certain changes in body temp are a precursor to health problems.

This is an awesome product outside of home automation though.