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 Is there a sensor that can be used for detecting a dead human body?
  • 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
  • Replies 21 replies
  • Subscribers 394 subscribers
  • Views 7007 views
  • Users 0 members are here
Related

Is there a sensor that can be used for detecting a dead human body?

rcmf123
rcmf123 over 8 years ago

Does the dead human body still emit infrared? Will sensors like omron d6t still work?

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 6 years ago +3
    I think smell is the best current method (using cadaver dogs). It might be possible to design a sensitive smell detector using ion mobility spectroscopy, but it is a pretty big research project.
  • robogary
    robogary over 4 years ago in reply to vandia +3
    just to be OCD :-) corpses dont get cold, they get to room temperature, maybe a bit above by heat generated by decomposition. Zombies on the other hand do measure just a touch over room temperature since…
  • rsc
    rsc over 8 years ago +2
    A heart rate monitor would probably tell you if you're dead.
Parents
  • rcmf123
    rcmf123 over 8 years ago

    Thanks for the answers. We're planning to make a system/prototype, something robotic, for our thesis that can be used after a disaster for search and rescue, and also finding dead bodies. We're planning to use image processing that can detect partial body parts (I just realized that I posted in Arduino section) and several sensors like PIR or the d6t for the project. Those may work for finding humans that are still alive but I don't think using image processing alone is sufficient for detecting a dead body. What about using air quality sensor?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • vandia
    vandia over 8 years ago in reply to rcmf123

    How close do you plan to be to where you're searching?

     

    If you plan to be a fair distance to use cameras/image processing, OpenCV is a Python library that does EXCELLENT at customizing it. There's even a couple of facial recognition apps for it (NOT just facial detection!). You can program it to track things such as a ball, even after half of the ball disappeared behind something. It may be of great use for this project! Also, someone else developed a neural network based on Python libraries, which I never linked even though I intended to.... but if you're familiar with coding, you may be able to!

     

    By sensors alone, it still stands you'd need a sensor at least SOMEWHAT specific to what you're trying to find. A general or generic air quality sensor would go crazy usually after let's say some form of storm in example, where there are gas leaks.... which even may have been the CAUSE of some of the deaths of the theoretical dead bodies you're trying to find.

     

    Finding an airborne chemical a dead body releases, other than a carbon monoxide compound, would probably be most imperative to sorting out the surroundings.

     

    As an afterthought, I just remembered, there ARE some nightvision/IR cameras for the Raspberry Pi, which can run the OpenCV library I was talking about. It would require a fair amount of processing power to run OpenCV for multiple limbs though, so you'd not want anything less than the Raspberry Pi 3, in terms of power. The camera for it, regular or nightvision, can be found for about $30. If you're feeling explorative, there's also ways to turn an existing camera into "nightvision", though I've never done so myself.

     

    That's about as far as I think you're going to go with electronics on the consumer market for the time being.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • vandia
    vandia over 8 years ago in reply to rcmf123

    How close do you plan to be to where you're searching?

     

    If you plan to be a fair distance to use cameras/image processing, OpenCV is a Python library that does EXCELLENT at customizing it. There's even a couple of facial recognition apps for it (NOT just facial detection!). You can program it to track things such as a ball, even after half of the ball disappeared behind something. It may be of great use for this project! Also, someone else developed a neural network based on Python libraries, which I never linked even though I intended to.... but if you're familiar with coding, you may be able to!

     

    By sensors alone, it still stands you'd need a sensor at least SOMEWHAT specific to what you're trying to find. A general or generic air quality sensor would go crazy usually after let's say some form of storm in example, where there are gas leaks.... which even may have been the CAUSE of some of the deaths of the theoretical dead bodies you're trying to find.

     

    Finding an airborne chemical a dead body releases, other than a carbon monoxide compound, would probably be most imperative to sorting out the surroundings.

     

    As an afterthought, I just remembered, there ARE some nightvision/IR cameras for the Raspberry Pi, which can run the OpenCV library I was talking about. It would require a fair amount of processing power to run OpenCV for multiple limbs though, so you'd not want anything less than the Raspberry Pi 3, in terms of power. The camera for it, regular or nightvision, can be found for about $30. If you're feeling explorative, there's also ways to turn an existing camera into "nightvision", though I've never done so myself.

     

    That's about as far as I think you're going to go with electronics on the consumer market for the time being.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • rcmf123
    rcmf123 over 8 years ago in reply to vandia

    Thanks! I just actually started learning OpenCV last week. Last question. If I am about to use a drone that is as small as possible, is it better (if possible) to just do the image processing on a laptop or computer by using the transmitted video from the drone instead of using a camera connected to Raspberry Pi mounted at the drone?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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