Search found 4 matches
- Sun Jul 19, 2020 11:32 am
- Forum: Technical Discussion
- Topic: Temperature value of each pixel captured by LEPTON
- Replies: 39
- Views: 4795
Re: Temperature value of each pixel captured by LEPTON
Hello, We were able to get the code running using the radspotmeterRoi and radspotmeterValue commands taken from the FLIR Lepton SDK. Now, we are able to create a rectangle on the screen and get temperature measurements back. However, the temps are a bit off. For example, pointing at my hand as refer...
- Sat Jul 11, 2020 8:58 pm
- Forum: Technical Discussion
- Topic: Temperature value of each pixel captured by LEPTON
- Replies: 39
- Views: 4795
Re: Temperature value of each pixel captured by LEPTON
Okay, I changed "4" to "data1" for radspotmeterroi, but I received an error when running the code:
By the way, thank you for helping and being so quick with responses. You are very helpful.
Code: Select all
sensor control failed!
- Fri Jul 10, 2020 10:54 pm
- Forum: Technical Discussion
- Topic: Temperature value of each pixel captured by LEPTON
- Replies: 39
- Views: 4795
Re: Temperature value of each pixel captured by LEPTON
Hi! Made some progress here. Please see code below. I've initialized the sensor. Then, I used radspotmeterroi to create a rectangle roi with coord. 0,0,10,10. Then I want to use the set_attribute command send this information to the Lepton and to set this attribute. I am getting an error at line 14 ...
- Fri Jul 10, 2020 7:44 am
- Forum: Technical Discussion
- Topic: Temperature value of each pixel captured by LEPTON
- Replies: 39
- Views: 4795
Re: Temperature value of each pixel captured by LEPTON
Hi Kwagyeman, How are you? I am trying to do exactly what byrdman12 is trying to do. I would like to use radSpotmeterRoi and radSpotmeterValue in conjunction to obtain a temperature value for any given pixel. I saw your example code from a previous post: data = sensor.ioctl(sensor.IOCTL_LEPTON_GET_A...