Sleep mode

Hi, the image sensor doesn’t do any image processing on its own, and the camera can’t process images while in sleep or low-power mode. The only way to wake up from sleep/low-power modes is with an interrupt (RTC, I/O, Systick etc…). The sensor.sleep() function just shuts down the sensor to save more power. I would just check once every few frames and then sleep for a while.