Preview of non contact temperature sensors MLX90614, amd8833, Lepton 3.5

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 118

  • @AshLongie
    @AshLongie 6 หลายเดือนก่อน +1

    Thats exactly what i was needing thanks for taking time to make vid

  • @millejadecabrera4544
    @millejadecabrera4544 2 ปีที่แล้ว +4

    MLX90614 has something to with distance between sensor and subject. As far as I know, 2-3cm distance between subject and sensor will give you an accurate readings. It has an FOV of 90° so the diameter of the spot it will read is twice larger than the distance. That sensor will return the average temperature of all objects inside the spot.

    • @animocapvids
      @animocapvids  2 ปีที่แล้ว +2

      Yup, I've seen in the data sheets that there are also a lot of other MLX versions that are medical grade or have fields of view that are lower than this. But I haven't actually tried anything else other than this hobby grade version of the MLX.

  • @tangguh9796
    @tangguh9796 4 ปีที่แล้ว +5

    how far your distance with the sensor ?

  • @channel1-u8z
    @channel1-u8z 2 ปีที่แล้ว +1

    How can i display the amg8833 on on the computer? I cant find any tutorial about this.

    • @sonkogu6016
      @sonkogu6016 2 ปีที่แล้ว

      can you already do that?? I'm also searching for the tutorial

    • @tvsettv
      @tvsettv 5 หลายเดือนก่อน

      @@sonkogu6016you read all the pixels and construct the image yourself, converting the temperature value to the desired color

  • @jokernautmusic1640
    @jokernautmusic1640 ปีที่แล้ว +1

    Good day sir may i ask where can buy lepton 3.5?

    • @animocapvids
      @animocapvids  ปีที่แล้ว +1

      you can buy them at www.digikey.com/

  • @toyogaming3041
    @toyogaming3041 3 หลายเดือนก่อน

    can you share your code to view the camera output sir?

  • @reneeformoso2267
    @reneeformoso2267 3 ปีที่แล้ว +1

    Would the AMG8833 be a suitable sensor for a social distancing wearable device that will be partnered with a M5Stack UnitV k210 AI Cam?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว +1

      I did see a doc on the application of the amg8833 on social distancing, so for certain applications you could use it in combination with the kv210 so you'd have both a high res image and an ability to detect people based on their temperature. But if it's a wearable device, what would be the use case?

    • @reneeformoso2267
      @reneeformoso2267 2 ปีที่แล้ว

      @@animocapvidsPlanning on building a social distancing monitoring device. Also, how did you display the thermal image from AMG8833 ?

    • @animocapvids
      @animocapvids  2 ปีที่แล้ว +1

      @@reneeformoso2267 I used c++ to get data from the arduino serial port and display it using opengl (it's really old code that i just repurposed).

  • @jigglejogglers2606
    @jigglejogglers2606 4 หลายเดือนก่อน

    How can we setup the Flir Lepton 2.5 to display on laptop screen?

  • @vibolrottanaseng7875
    @vibolrottanaseng7875 3 ปีที่แล้ว +1

    I am doing a school project with fire detection and alarm system Can I use amg8833 to detect fire in the room?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      The amg8833 may not be the best choice to use for fire detection since according to the datasheet the max temperature it can detect is 80(100?) deg C. So you wouldn't know if it's a fire or a boiling pot of water. The amg8833 is normally used for people detection for automatic doors or airconditioning applications but it might be interesting to do research on how the sensor could also flag a situation where there might be a fire.

    • @Kyle32533
      @Kyle32533 หลายเดือนก่อน

      May i ask, what happend to your project? Did you still use amg8833? If not, what thermal imaging sensor did you used?

  • @dm5rkt
    @dm5rkt 3 ปีที่แล้ว +3

    Thank you for an informative video.

  • @자라나라-d4q
    @자라나라-d4q 2 ปีที่แล้ว +1

    Hi:) I watched your video well. But I have some question.
    First, I plan to use lepton 3.5 for checking person temperature, and i want to know the specific temperature (like 36.5). In your video, you get that temperature. So can you help me how to i get that number only use lepton 3.5?
    Second, more detail , i want to get ROI(region of interest) average or pixel temperature.

    • @animocapvids
      @animocapvids  2 ปีที่แล้ว

      I just used the average of the center of the image. I didn't really think of getting an accurate reading. So I'm not sure if that will really accurately reflect the person's temperature.

  • @labscience8271
    @labscience8271 3 ปีที่แล้ว +1

    Can you please tell me if the lepton can detect objects from 100 meters or more (from above)? I want to build a drone with it. Thank you!

  • @techwatchlist
    @techwatchlist 3 ปีที่แล้ว +5

    Wow, this is great. Lepton is looking really nice. Can it show the temperature value on the screen?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว +1

      The lepton can provide the video data in a variety of formats. The one used here is RGB where the lepton itself maps the raw sensor values to rgb color which is just treated as a regular usb camera output. You can also get the data as a 16 bit number which corresponds to the temperature but it will require a some programming to get it in that format then it'll be up to you to convert the value to a temperature and also to a color that can be displayed. I still haven't done that yet though.

  • @zuecifer
    @zuecifer หลายเดือนก่อน

    oh yeah, im liking this

  • @akshaysai1109
    @akshaysai1109 3 ปีที่แล้ว +1

    Great video! Can the Lepton be used with the Arduino Leonardo? Because it has atmega 32u4, which supports usb communication.

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว +1

      Oops, sorry, I'm not sure, I haven't had any experience with the leonardo. What I did try before was to use the arduino with the original lepton breakout board (through i2c and SPI). The problem was the original breakout board had problems and I couldn't get it to work without hanging. I looked at digikey recently and there seems to be a new version (the FLIR LEPTON BREAKOUT BOARD V2), but I haven't tried it out. Also the issue with the arduino is that it doesn't have the RAM to store one image frame from the lepton (the 80x60 pixel version would require storage for 4800 pixels) and I wanted to be able to store full frames.

    • @akshaysai1109
      @akshaysai1109 3 ปีที่แล้ว

      @@animocapvids I see. Thanks!

  • @oficjalniebktv4975
    @oficjalniebktv4975 ปีที่แล้ว

    do you have the program code for the nodemcu esp8266 board and the mlx90614 sensor

    • @animocapvids
      @animocapvids  ปีที่แล้ว +1

      Uh no I don't have the code anymore, but I used arduino for the mlx sensor. There's a lot of sample code on the internet. I just basically downloaded a sample and just tweaked it a bit.

  • @leyuanma4886
    @leyuanma4886 4 ปีที่แล้ว +2

    Thanks very much for your sharing. I want to make a small therma camera for home inspection like water damage, air leakage and other thermal anomalies detection. But I am wondering whether lepton 3.5 Is suitable. Do you have some suggestions?

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว

      There are already existing thermal cameras for that. The reason you may want to use a lepton is if you're doing something specific like you can mount the lepton into a really tiny box on a stick and use it to inspect vents of places a normal thermal camera won't fit in. Or if you can program some specific image processing for it.

  • @ariwahyuwahyu2518
    @ariwahyuwahyu2518 2 ปีที่แล้ว

    hello sir, right now im working on a thesis.and then, i use camera thermal amg 8833 and arduino. i wanna ask how to camera thermal connect to leptop. can i get your code for connect to leptop. can im consultation with you about my thesis?

  • @TheKingkong4u
    @TheKingkong4u 3 ปีที่แล้ว +1

    Do you have the code used for the AMG8833

    • @TheKingkong4u
      @TheKingkong4u 3 ปีที่แล้ว +1

      I have tried to do this using an Adafruit itsybitsy M4 express with arduino but I can’t get the my python to read the data given by the THERMAL CAMERA.

  • @qundun
    @qundun 2 ปีที่แล้ว

    good day! how much is that Lepton 3.5? where to buy?

    • @animocapvids
      @animocapvids  2 ปีที่แล้ว

      digikey.ph Not sure how much this is today but i got it at around $200+usd a few years ago
      for the camera unit and control board. You'll need a lepton camera unit and the control board (type depends on how you want to use it)

  • @garciamelaiza5334
    @garciamelaiza5334 3 ปีที่แล้ว +1

    what temperature sensor can scan in a distance 5m??

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      Technically these can detect temperature variations more than that distance as I've tried the lepton outdoors but if you need accuracy (like detecting if someone has a fever) I think the accuracy will drop the farther you are from the sensor.

    • @garciamelaiza5334
      @garciamelaiza5334 3 ปีที่แล้ว

      @@animocapvids how about the thermal camera???

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      @@garciamelaiza5334 The lepton can capture images farther than 5m but I'm not sure about it's accuracy at that range. The specs say it's +/- 0.5 deg C but there's no mention of the effect of distance.

    • @garciamelaiza5334
      @garciamelaiza5334 3 ปีที่แล้ว +1

      @@animocapvids okay thanks for your reply it means a lot to use .... btw the idea in Infrared thermometer automatic measuring & voice system - Arduino th-cam.com/video/O1LYi0Sg5SE/w-d-xo.html we use it but our professor wanted to detect more than in a distance and I have an idea to that and also to my groupmates

  • @UnTamedMustang
    @UnTamedMustang ปีที่แล้ว

    Can i simply just resolder the Lepton to the amg board ?

    • @animocapvids
      @animocapvids  ปีที่แล้ว

      no, the lepton and amg are very different. the lepton has it's own specific boards.

  • @joseanton8827
    @joseanton8827 2 ปีที่แล้ว

    Nesecito Acer una cámara termografía ya compre la parte de la cámara breckout y nesecito aber que más nesecito si un rasperbery o aurdinio

  • @shreyashsrivastava1553
    @shreyashsrivastava1553 4 ปีที่แล้ว +1

    What if I remove IR filter of normal raspberry Pi camera

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว +2

      That will let the camera see infrared but not in the wavelength range that thermal cameras see.

    • @UNSCPILOT
      @UNSCPILOT 3 ปีที่แล้ว

      That would only see "Near Infrared" (which is still cool in it's own right, I'm building a portable camera using it), actual thermal imagers use "Far Infrared" where you start "seeing" temperature with sensors like these (which I kinda wanna add to my Near IR camera since I'm using a Pi 3 that could easily run both for even stranger capabilities for my project)

  • @toto6toto
    @toto6toto 3 ปีที่แล้ว +1

    Can the lepton connect on an otg in a smartphone?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว +1

      Yes it will. But when I tried it before, I just downloaded a generic app for USB webcams for android. It did work, showing the thermal camera view. But if you need to use it to show temperature info you'll probably need an app that supports the lepton connected via USB. I didn't find any then so I planned to build one in android but I never got around to doing it.

    • @toto6toto
      @toto6toto 3 ปีที่แล้ว

      @@animocapvids wow! I hope it will be uploaded in googleplay so we can download it.

  • @mohamedshameer4786
    @mohamedshameer4786 4 ปีที่แล้ว +1

    Sir I want to know how to make on bread bord please say
    Not clear your bread bord

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว

      Oops sorry I didn't make any sort of documentation for this, but you can get a lot of schematics and tutorials for using these components on the web. I just follow tutorials from sparkfun and adafruit myself :-)

  • @noraholiday7110
    @noraholiday7110 3 ปีที่แล้ว

    Thank you ! This really helped me 🙏

  • @Airbag888
    @Airbag888 2 ปีที่แล้ว

    I'm trying to create a "cheap" presence detection for ex when a person is present and not moving watching TV. Would you recommend a cheap sensor for monitoring 4x6m rooms?

    • @animocapvids
      @animocapvids  2 ปีที่แล้ว +1

      you could try the amg8833. it has a 7 meter range and 60 deg viewing angle.

    • @Airbag888
      @Airbag888 2 ปีที่แล้ว

      @@animocapvids how does it compare in spec and price to the mlx90614?

    • @animocapvids
      @animocapvids  2 ปีที่แล้ว +1

      @@Airbag888 The amg8833 is more expensive maybe 4x more than the mlx90614. That's because it's an 8x8 pixel sensor while the mlx is just a single point. So if you're covering a wide area you'll need a sensor that can cover the area.

  • @tankbuilder0673
    @tankbuilder0673 3 ปีที่แล้ว +1

    How much is the lepton 3.5?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      right now it's $199 on digikey plus the purethermal mini at $99 (to provide usb connectivity)

  • @jpeanes
    @jpeanes 3 ปีที่แล้ว +1

    where did you find those purethermal mini copy boards, and how much did they cost?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      You can get them from digikey, although I can't remember if I bought them locally or from digikey directly. It's $99.

  • @konkeror09
    @konkeror09 ปีที่แล้ว

    Nice video Sir, do you have the source code and wiring diagram?

    • @animocapvids
      @animocapvids  ปีที่แล้ว

      Most of the code are just based on examples I got from the internet, as well as the wiring.

  • @rrrrrrsLash31
    @rrrrrrsLash31 3 ปีที่แล้ว +1

    Ano po yung process para ma display yung AMG8833 at MLX90614 sa PC? and what software did you used? TIA!

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      I wrote a program in the arduino to output the data through serial, then used a program in visual c++ in the pc to display it. For the pc side you can use any programming language that can read serial input and display graphics.

  • @afifahtrielestari2637
    @afifahtrielestari2637 2 ปีที่แล้ว

    Hiii. when i upload the code, thermal image not display on wio terminal. may you help me please? Thank you

    • @animocapvids
      @animocapvids  2 ปีที่แล้ว

      What's your setup? What are you using?

    • @afifahtrielestari2637
      @afifahtrielestari2637 2 ปีที่แล้ว

      @@animocapvids i use AMG8833 with pinout and seeed wio, and using code from seeed studio

    • @animocapvids
      @animocapvids  2 ปีที่แล้ว

      @@afifahtrielestari2637 Ah sorry I'm not familiar with Seeed studio.

    • @afifahtrielestari2637
      @afifahtrielestari2637 2 ปีที่แล้ว

      @@animocapvids thank you 🙏

  • @cjcontado9279
    @cjcontado9279 3 ปีที่แล้ว +1

    Do you have codes in lepton sir?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      I'm just using a pure thermal board so it's acting like a regular webcam. There are ways to get the temperature info but I haven't really tried it yet with the usb.

  • @rileystewart9165
    @rileystewart9165 2 ปีที่แล้ว

    Has anyone had any success with the Lepton using an FPGA to aquire data and push to some type of display, vga for example?

  • @IteratE21
    @IteratE21 4 ปีที่แล้ว +1

    Is it possible to embed this to a normla cctv camera?

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว

      The purethermal board makes it act like a regular usb webcam. So you can connect it to a system that uses usb webcams. But if you need something for security purposes better just buy a real security thermal camera.

  • @leyuanma4886
    @leyuanma4886 4 ปีที่แล้ว +1

    One more question, how about MLX90640?

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว

      I haven't tried that one yet. If I get one I'll make a video on it.

  • @AdrianDucao
    @AdrianDucao 3 ปีที่แล้ว

    do you have a link where to buy the Lepton 3.5

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      www.digikey.com/en/supplier-centers/flir-lepton

  • @marlonbarnuevo1431
    @marlonbarnuevo1431 3 ปีที่แล้ว

    Thanks for the informative video. AMG8833 display on screen depicts me to search more about this.how did you interpolate the pixels of your amg8833.. I am currently researching of displaying thermal image in windows? hope for some helpful tips.

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      Interpolate? The amg display isn't interpolated, its just a larger zoom of the 8x8 pixels of the amg (I think it's a bit cutoff though in the monitor display).

    • @acrexia
      @acrexia 3 ปีที่แล้ว

      Did you display it with visual studio ?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      @@acrexia Yes, I using visual c++.

  • @jomarfman
    @jomarfman 4 ปีที่แล้ว +1

    Good day, sir! Just wondering where you bought the lepton 3.5 and for how much? If you bought it abroad, how long did it take to arrive after you placed your order? Thank you very much!

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว +3

      I bought it at digikey I think it's $199 now and a purethermal mini board $99 that let's it act as a webcam plus shipping charges?. I can't remember how long it took, the main delay then was that there's an export restriction (I live in the Philippines) so they just asked me to print, sign and scan a document that asked some questions. I think it's to prevent use in military related stuff - anyway no big deal since I was researching it for airconditioning and insulation applications. They sent it through DHL so the wait wasn't that long.

    • @jomarfman
      @jomarfman 4 ปีที่แล้ว +1

      @@animocapvids Thank you! I'm also from the Ph. Planning to use this for me ECE thesis since the mlx90640 i'm currently using is lacking a bit in terms of resolution. Thanks again sir.

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว

      If you're going to use if for a thesis do a bit of research on the purethermal boards. I bought the mini because it was small, but it only has a usb connection. I think their other larger boards have both a usb to connect to a pc and also pins that you can use to connect to a microcontroller if you plan to use those. Good luck on your thesis!

  • @funtosfoodlab
    @funtosfoodlab 4 ปีที่แล้ว +1

    Sir I want to detect spilled water on the washroom floor, can you please suggest me best thermal camera for this purpose?

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว

      if it's just that, maybe the AMG8833? it is low res but that should be enough to see if there is an area with a temperature change?

  • @technoala-eh2403
    @technoala-eh2403 3 ปีที่แล้ว

    Hello sir. Where did you buy the Lepton 3.5?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว +1

      I bought it at Digi Key

    • @technoala-eh2403
      @technoala-eh2403 3 ปีที่แล้ว

      How much sir? I want to buy one to test it 😊

  • @labbroadcast9665
    @labbroadcast9665 4 ปีที่แล้ว +1

    where to buy Lepton 3.5 Sir?

    • @deadbugengineering3330
      @deadbugengineering3330 4 ปีที่แล้ว +2

      digikey. make sure to also buy the breakout board with the lepton socket on it.

  • @leyuanma4886
    @leyuanma4886 4 ปีที่แล้ว +1

    So can't flir lepton be connected with arduino?

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว +1

      It has an SPI interface (using the breakout board) so you could connect it but you need at least 4800 bytes (plus extra) to buffer the image so an arduino won't be able to handle it.

  • @digitalartee
    @digitalartee 3 ปีที่แล้ว +2

    Great kabayan! More power!

  • @arasali-c4i
    @arasali-c4i 3 ปีที่แล้ว

    Hi sir, I am working on my FYP can you suggest to me any of these for detection of body temperature under the distance range of 5-6 feet and also with good accuracy.

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      If you want an accurate body temperature reading I'm not sure these would be suitable. The generic MLX90614 is only for a few cm and there are long range versions 50 cm, but I haven't tested the long range ones yet.

    • @nabidhossain7639
      @nabidhossain7639 3 ปีที่แล้ว +1

      AMG8833 has 7 meters range

  • @battsengelnasanjargal724
    @battsengelnasanjargal724 3 ปีที่แล้ว

    can i ask where can get the source code?

  • @evilcoot
    @evilcoot 4 ปีที่แล้ว

    HEy, thanks for the nice research video :D so the lepton 3.5 u have works directly with usb to pc ?!

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว +2

      yes, but you need the purethermal usb board (There maybe other boards as well but I only tested the purethermal mini for now). The lepton plugs into that board and the purethermal has the usb connection that lets the lepton act like a normal webcam from the pc's point of view.

  • @agredo
    @agredo 2 ปีที่แล้ว

    Hello Alex, great project, I email you with more question, thanks!!

  • @davevidallon3935
    @davevidallon3935 2 ปีที่แล้ว

    Hello sir! Napanood ko po itong video niyo regarding thermal cameras. I am a fourth year computer science student and I am currently working on our thesis which includes Inner Eye Canthus Detection for Temperature Acquisition. Part po nito yung paggamit ng thermal cam. Itatanong ko lang po kung pwede kaya namin i-rent yung Flir Lepton 3.5 niyo? Hindi po kasi namin afford yung price kung bibili kami. Or may masusuggest po ba kayo na pwede naming bilhan na affordable po ang price? Thank you so much po!

    • @navatlanjuliusnicholai36
      @navatlanjuliusnicholai36 10 หลายเดือนก่อน

      Hello! we are also in need of good thermal camera for our thesis. May I know po kung nakakita po kayo ng cheaper option or nakahanp po kayo alternative? thank you po.

  • @atabac
    @atabac ปีที่แล้ว

    Tnx for sharing sir

  • @zzz-jm4jp
    @zzz-jm4jp 2 ปีที่แล้ว

    IS it fake?

  • @dtesta
    @dtesta 3 ปีที่แล้ว

    Filipino? Cebu City?

    • @animocapvids
      @animocapvids  3 ปีที่แล้ว

      Yup, I'm in metro manila

  • @andrewcartujano5535
    @andrewcartujano5535 4 ปีที่แล้ว +1

    San po nkakabili ng lepton 3.5?

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว

      Digikey - or try mo din locally baka meron? Yung unang lepton ko sa sparkfruit ko nabili.

  • @mohitgujjar1188
    @mohitgujjar1188 3 ปีที่แล้ว

    I am mobaile tcnician need tharmal

  • @welders485
    @welders485 4 ปีที่แล้ว +2

    Wow. I looked at the price and you are better off buying an already built all in one thermal imaging camera. What a pointless product for that price. I don't know about everyone else but besides just having fun building your own electronic toys the second best part is that it's usually cheeper .

    • @animocapvids
      @animocapvids  4 ปีที่แล้ว

      Yup, if you have a need for thermal imaging it is better to just buy an existing product that suits your needs. Building one from scratch will most likely be more expensive (specially if you make a soldering mistake and melt the lens off the lepton **cry**).

  • @joaoprates4328
    @joaoprates4328 3 ปีที่แล้ว

    Hi buddy, do you have a contact email?
    I want to do a similar project, I would like to clear some doubts.