Products > Thermal Imaging

Thermal Camera SDK, Image Formats

(1/4) > >>

j0ker1980:
Hi,

I'm considering buying an USB-C Thermal Imaging Camera with at minimum 384x288 Pixels. I also want to be able to write my own Software so a SDK is mandatory.
I know that there is an SDK available for the Thermal Expert Devices. From what I have read in this forum infiray also has it.

Requirements
- SDK
- Temp. Range up to 250°C
- Framerate of 25Hz+ would be nice
-

Those models are currently on my shortlist.

HTI HT-301
High Framerate, Large Temperature Range, SDK???

Thermal Expert TE-Q1Pro
Low Framerate, Medium Temperature Range, SDK, changeable Lens

infiray XTherm T3pro
High Framerate, Large Temperature Range, SDK, changeable Lens

Do the Cameras save the radiometric Data in their Images for later analysis? This would also be nice to have.

From the specs I would go with the T3pro or the HT-301. But I don't know if HTI has an SDK.
The problem with the infiray Cameras is that I have not found a place to buy them in Europe/Germany/Austria. Does anybody know where to buy a T3pro in Germany/Austria?

Thanks.

Fraser:
Be warned, some SDK’s can be very restricted in what they offer the developer. The API dictates the available options and some are not well written or comprehensive in what they offer you. Do check out the SDK before buying to ensure that it meets your needs. Manufacturers like Seek Thermal make it hard to obtain the SDK for anyone except manufacturers and they require a NDA before releasing it.

zrq:
For the Xtherm T3s (Pro) and HTI, it just uses the same protocol as USB Webcams. You can use anything works with an UVC camera, from OpenCV to >10 projects on GitHub to obtain the image frames (with some metadata included as additional rows). Commands for the camera for mode change or shutter calibration is sent though the Zoom control channel. The only useful part of the SDK is actually a binary (which means C source code with IDA or GHIDRA) for the conversion from the frames with metadata to the temperature mapping of the frame or YUV/RGB video data.
This camera can not produce radiometric images compatible with existing analysis software, but I think as a developer, we can get enough information from the camera to do any post processing.
Xtherm T3s (without Pro) is only calibrated up to 120 degree Celsius. It does have data output for the wide temperature range up to 400 degree Celsius, but the sensitivity is poor and the output number range is strange. I need futher investigation to find out whether it's useful for wider temperature range.

Fraser:
Something to be aware of when building your own radiometric analysis software. Some cameras apply histogram equalisation to the image to improve contrast and enhance the image. Such ‘magic’ is often not detailed by the manufacturer and can totally destroy any radiometric data that was present before the image enhancement. I am working with a camera core that does exactly this and the SDK warns that the RGB image cannot be used fir radiometric analysis as many pixel levels have been altered by the histogram equalisation process. A separate radiometric data stream is provided by ghat core fir radiometric analysis.

From looking at several of the phone dongle type cameras, it would appear that there is a lot of image processing and ‘tweaking’ of the image to decrease noise levels and make the images look pretty. If an SDK does not offer access to RAW unmolested pixel data, do not expect to use the camera with radiometric analysis software even if you extract the pixel values from the image.

Fraser

Fraser:
Regarding exceeding a cameras stated temperature range. Some cores are deliberately hobbled in the cameras firmware to limit their temperature coverage. Others are just single range cameras that commonly top out at around +120C. Why ? you may ask. Well when configuring a thermal camera microbolometer you need to consider  the needs of the intended application. Basically if you want best sensitivity to Delta T you limit the core to a range of around -10C to +120C and this gives you a core that produces excellent imagery at the temperatures commonly found around the home. If higher temperature capability is required, additional microbolometer configurations will be required. With different settings applied to the microbolometer it is able to image temperatures as high as +700C without the need of an aperture reduction in the optical path. Above +700C it is wise to consider reducing the energy that is reaching the microbolomter.

I will not go into how the microbolometer is actually configured for temperature coverage but some googling on the FLIR high and low sensitivity modes in the TAU core may help understand the effects of the configuration. Basically, if you want greater temperature coverage, you have to accept a lower thermal sensitivity. Nothing in life is for free  ;D.

A microbolometer that is configured for maximum sensitivity may still operate above the stated maximum temperature but the calibration table likely becomes invalid. This is why some cores state a maximum radiometric measurement temperature but also state imaging is available at higher temperatures, but for ‘indication only’. A more capable core configuration will automatically switch to a lower sensitivity configuration and provide radiometric measurements at the higher temperatures. There may be 1, 2, 3 or more temperature ranges in Industrial thermal cameras. Some auto range (fire fighting cameras) whilst others let the user manually select the range. If a camera has an additional temperature range that is not calibrated at the factory, it may work, but be using default generic calibration tables. If no calibration table exists, the camera will either indicate no calibration (no picture generated) or provide pixel ‘Count’ data rather than temperature.

Fraser

Navigation

[0] Message Index

[#] Next page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod