Aarhus-University-MPE / Ice-Nucleation-Controller

Software for controlling Ice Nucleation Setup, used to detect ice nucleation activity.
0 stars 0 forks source link

Thermal FLIR camera reading inaccuracy #10

Closed MadsR closed 9 months ago

MadsR commented 2 years ago

Current model uses the linear scale of FLIR cameras.

Using RAW camera values and calculating surface temperatures based on object parameters, might be more accurate.

Camera might be affected by a significant portion of the image not being the target.

Temperature Calculations https://flir.custhelp.com/app/answers/detail/a_id/3321/~/the-measurement-formula

Temperature Linear Mode https://flir.custhelp.com/app/answers/detail/a_id/1021/~/temperature-linear-mode

MadsR commented 1 year ago

Radiometric Measurements (https://www.flir.com/discover/security/radiometric/the-benefits-and-challenges-of-radiometric-thermal-technology/) A radiometric thermal camera measures the temperature of a surface by interpreting the intensity of an infrared signal reaching the camera.

Procedure (https://forums.ni.com/t5/Machine-Vision/FLIR-IR-Camera-A655sc-Greyscale-to-Temperature-Conversion/td-p/4146799)

1) The camera can either give raw 16bit images and the software has to do the conversion itself with 3 steps:

MadsR commented 9 months ago

Conclusion was made to not change camera measurement model, to avoid overcomplicating temperature readings.

Instead focus should be directed to investigating camera (and object) parameters to ensure they have been set to values ideal for water surfaces (opened new issue as #58)