Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 383 Bytes

FLIR_Camera_Qt

A software to capture FLIR infrared thermal camera images under the Qt framework


Done

  • 采集数据每个相机都是一个单独的线程
  • 采集和保存在同一线程,可以达到30帧
  • 使用了opencv的数据结构、显示界面以及保存图像
  • Qt大框架搭建完成

TODO

  • 去除opencv,完全在Qt的框架下显示和保存