Open
Description
I'm trying to reduce as low as possible my energy consumption, I'm working on an application involving the ov7675 camera (On the Tiny Ml Kit). I'll like to make an inference only once per hour, what I want to do is to put the camera into a deep sleep mode after each inference. the module is running with an edge impulse model for disease detection.
I've tried so far the function ei_camera_deinit()
with the Cam.end()
to stop the camera. what I notice is that at some intervals during power consumption measurement, the power reduces at the call of Cam.end()
, but not at some other interval where the same Cam.end()
is called.
Please add power consumption reduction to the library.
CC: @ShawnHymel