Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera OV7675 sleep_mode #31

Open
dev-OluJames opened this issue Aug 22, 2023 · 0 comments
Open

Camera OV7675 sleep_mode #31

dev-OluJames opened this issue Aug 22, 2023 · 0 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@dev-OluJames
Copy link

dev-OluJames commented Aug 22, 2023

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.

image

Please add power consumption reduction to the library.

CC: @ShawnHymel

@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Aug 22, 2023
@dev-OluJames dev-OluJames reopened this Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants