![]() |
Library tcfusionzoom
1.0.3
This library can be used for accessing TCFusionZoom devices
|
Introduction
This library can be used to access the TCFusionZoom hardware via USB. Each TFC frame contains a TMC (thermal image) and jpeg (day light image). To uncompress the TMC please use the libtmc.so. The resolution of the jpeg is 1920x1080.
Some short example code shows the general use. Include "tcfusionzoom.h", define a callback function for TFCs and put that callback function pointer in the constructor of TCFusionZoom.
On every received TFC the callbackTFC(...) is called with the present TFC.
The code below can be compiled this way (with adapted include and library paths):
Code example: