I am developing a software which displays the thermal images of a IR camera of FLIR. I am programming using the Spinnaker SDK in python environment on Windows 11. The base code is gige_example_A400_A700.py which is located in https://flir.custhelp.com/app/answers/detail/a_id/4186/related/1. The result of executing the code is shown below.
a snapshot of stream of thermal images
This figure is a snapshot not a still image.
In order to apply various colormaps to stream of thermal images, I want to add radio buttons of those colormaps and apply those colormaps to stream of thermal images. But I don't know how to program it. The following figure is my desired result.
a snapshot of stream of thermal images
How should I fix the above code?
I tried many times, but I had big difficulty because of the fact that colormap is applied to stream of images not a still image.