QT SQLite

Introduction

A Linux-based desktop application developed using Qt, connected to the hardware vendor’s provided library. This application serves as a thermal imager monitoring program for access control management. It can calibrate heat sources, set alert temperatures, and emit sound alerts when exceeding the set temperature thresholds. The application is designed to be cross-platform and is ultimately deployed on Raspberry Pi.

Technical Workflow

Developed using QT.

  1. Receive data from the thermal imager hardware.
  2. Convert raw data into actual visuals and temperature information.
  3. Display the visuals and temperature data on the user interface.