Search found 4 matches
- Mon Jul 06, 2020 10:27 pm
- Forum: Technical Discussion
- Topic: Temperature value of each pixel captured by LEPTON
- Replies: 39
- Views: 4766
Re: Temperature value of each pixel captured by LEPTON
I think I need to first define the ROI, is there a command for that?
- Tue Jun 30, 2020 2:24 pm
- Forum: Technical Discussion
- Topic: Temperature value of each pixel captured by LEPTON
- Replies: 39
- Views: 4766
Re: Temperature value of each pixel captured by LEPTON
I'm trying to use this sample code you posted, but I'm not sure how to read/display the values such as radSpotmeterValue or radSpotmeterMaxValue import sensor, struct data = sensor.ioctl(sensor.IOCTL_LEPTON_GET_ATTRIBUTE, 0x4ED0, 4) radSpotmeterValue, radSpotmeterMaxValue, radSpotmeterMinValue, radS...
- Mon Jun 29, 2020 7:45 pm
- Forum: Technical Discussion
- Topic: Temperature value of each pixel captured by LEPTON
- Replies: 39
- Views: 4766
Re: Temperature value of each pixel captured by LEPTON
Can you get raw temperature data using the Rad Spotmeter commands (for individual pixels or groups of pixels)?
- Sun Jun 28, 2020 10:11 pm
- Forum: Technical Discussion
- Topic: Temperature value of each pixel captured by LEPTON
- Replies: 39
- Views: 4766
Re: Temperature value of each pixel captured by LEPTON
I understand you can simply get temperature values with Lepton 2.5, where the 14-bit value you get out is the temperature value in Kelvin * 100. How do I do this with the OpenMV?