element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Sensor to detect Human Presence
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 81 replies
  • Answers 34 answers
  • Subscribers 418 subscribers
  • Views 12271 views
  • Users 0 members are here
  • human
  • detection
  • internet_of_things
  • arduino
  • sensor
Related

Sensor to detect Human Presence

gunaseelan
gunaseelan over 11 years ago

Hello Friends,

 

                    Is there any sensor to detect human presence . Am aware of PIR (Passive Infra Red) sensor , which would human motion but not the human presence . Another way is by using image processing technique. Kindly suggest me a better solution image .

 

Thanks.

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 11 years ago +7 suggested
    Hi Gunaseelan, OMRON do a thermal sensor that can detect stationary thermal objects as opposed to standard PIR motion sensor that only detect motion. The OMRON D6T thermal sensor is able to detect the…
  • beacon_dave
    beacon_dave over 7 years ago in reply to shabaz +6 suggested
    shabaz Voight-Kampff machine ? Voight-Kampff machine | Off-world: The Blade Runner Wiki | FANDOM powered by Wikia
  • shabaz
    shabaz over 6 years ago in reply to dougw +5 suggested
    Agree.. I don't know why the OP excludes image processing - due to incorrectly perceived difficulty, or for a non-technical reason. I can understand the desire to possibly exclude due to (say) security…
Parents
  • DAB
    0 DAB over 6 years ago

    You can use a thermal IR sensor calibrated to 98.6 degrees F and it will tell you when a human is in its field of view.

    You have to have the sensor at that precise temperature to discriminate between humans and animals. Just be aware that if someone is ill, they would not be detected.

     

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • shabaz
    0 shabaz over 6 years ago in reply to DAB

    Google thinks a horse has a very similar body temperature as a human.

    Besides, how would you know where to aim the sensor without first having a method of identifying a known part of the body, and identifying if it is covered or not (which will result in a very different temperature, depending on the thickness of the clothing). Every color here represents a slightly different temperature:

    image

    Put simply, there is no easy simple answer. It cannot be done, apart from in a constrained environment, to a certain level of (un)reliability, and a single sensed property like just temperature would be easy to fool too.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • shabaz
    0 shabaz over 6 years ago in reply to DAB

    Google thinks a horse has a very similar body temperature as a human.

    Besides, how would you know where to aim the sensor without first having a method of identifying a known part of the body, and identifying if it is covered or not (which will result in a very different temperature, depending on the thickness of the clothing). Every color here represents a slightly different temperature:

    image

    Put simply, there is no easy simple answer. It cannot be done, apart from in a constrained environment, to a certain level of (un)reliability, and a single sensed property like just temperature would be easy to fool too.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • DAB
    0 DAB over 6 years ago in reply to shabaz

    Agreed. You can have it simple or you can have it accurate or you can have it cheap.

     

    You cannot have all three.

     

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 6 years ago in reply to DAB

    Agree.. Also I find it interesting how the title and question re-occurs regarding the word "sensor", when it really isn't a sensor issue as much as what can be done with the sensed data. The sensor on its own, and the data on its own is useless.

    There's a reason why an accelerometer in a mobile phone, or in other hardware, is so useful. Not because we want to sense acceleration, but because with processing and that single sensor type, we can detect so many different situations (to certain levels of success).

    I'd suggest it could even be possible (with suitable processing) to detect human presence reasonably well with even a magnetic sensor, because nearly everyone has something metallic, such as a belt buckle. It's success rate may be as good as any single simple sensor that can be fooled.

    It's less to do with the sensors, and more to do with how well information can be extracted from the data (perhaps from one or more sensors) to achieve the task (in this case the task of identifying or classifying humans).. and to do that would require data capture, and lots of training of a model with known humans.

    There was a time when processing was expensive, and all we could rely on was (say) an op-amp to help clean up the sensor data, and then we could make some interpretation from that data. So PIR sensors etc were simple. But adequate for a lot of uses.

    The state-of-the-art is not a sensor+op amp any more. There's lots of processing that can be done at (or close to) the device/sensor level because computing is cheap(er).

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dougw
    0 dougw over 6 years ago in reply to shabaz

    I used to spend more on a thermocouple than the cost of a Raspberry Pi, way more if you include the meter.

    A Raspberry Pi with a PiCam can do a pretty good job of recognizing people.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • shabaz
    0 shabaz over 6 years ago in reply to dougw

    Agree.. I don't know why the OP excludes image processing - due to incorrectly perceived difficulty, or for a non-technical reason.

    I can understand the desire to possibly exclude due to (say) security/sensitive locations or countries with laws on what is allowed to be captured/temporarily stored, but there are ways to work around that - in particular, replace the video camera with a far lower-res thermal camera imager. For a project I worked on, we did exactly that, using a fancy FLIR Lepton sensor - eliminate the awkward conversation with customers about capturing video in on fell swoop.

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dougw
    0 dougw over 6 years ago in reply to shabaz

    I once developed a system where fingerprints were used for authentication. The users did not want their fingerprints captured, so we had to be rigorous about only using characteristics and never saving an image. It was not possible to recreate a fingerprint from the characteristics, but they could easily identify a person.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube