You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theCam.end()
to stop the camera. what I notice is that at some intervals during power consumption measurement, the power reduces at the call ofCam.end()
, but not at some other interval where the sameCam.end()
is called.Please add power consumption reduction to the library.
CC: @ShawnHymel
The text was updated successfully, but these errors were encountered: