diff --git a/src/controllers/thermalcameracontroller.py b/src/controllers/thermalcameracontroller.py index 04ce78c..66514a9 100644 --- a/src/controllers/thermalcameracontroller.py +++ b/src/controllers/thermalcameracontroller.py @@ -65,7 +65,8 @@ def printBindings(): print(f'{KEY_CYCLE_THROUGH_COLORMAPS} : Cycle through ColorMaps') print(f'{KEY_INVERT} : Invert ColorMap') print(f'{KEY_TOGGLE_HUD} : Toggle HUD') - + print(f'{KEY_QUIT} : Quit') + @staticmethod def printCredits(): """ @@ -314,4 +315,4 @@ def run(self): self._checkForKeyPress(keyPress=keyPress, img=heatmap) # Display image - cv2.imshow(self._guiController.windowTitle, heatmap) \ No newline at end of file + cv2.imshow(self._guiController.windowTitle, heatmap)