How to modify shutter button action

Hi there,

I wanted to take a photo of the current picture shown on the LCD display of the OpenMV PureThermal device every time in which the shutter button is pressed, but I couldn’t find any information about how to access the shutter button in the micropython code. Does anybody have an idea how to access the button press event?

Cheers

That button is just a power button. It’s not connected to the MCU.

The touch screen can be used instead to handle button events.