View on GitHub

Thermal Camera & Visual Image Fusion by Jonatan Asensio Palao

Back to Main

Table of Contents

Installing the OPENMV software

Python code was tested with OPENMV firmware 3.8.0.

  1. Copy components folder to both OENMVs (master with Lepton module and slave with visual camera)
  2. Copy the utils folder to both OENMVs (master with Lepton module and slave with visual camera)
  3. Copy all files in openmv_thermal to the root folder of your OPENMV with the LEPTON module. For H7 you must use an SD card.
  4. Copy all files in openmv_visual to the root folder of your OPENMV with the Visual Camera module

Installing the PIC software

As for the PIC, C was used compiled with BoostC 8.01.

Load the “hex” file resulting from the compilation in the programmer tool:

Debugging with OPENMV

Use the OPENMV IDE. The module files need to be present in the OPENMV file system. The main can be run directly from the PC.

Debugging PIC

The software implements a UART on the same connector used for programming. This allows the PICKit UART to function without any cable swap between re-flashing.