ESP32-CAM (shariltumin / esp32-cam-micropython-2022) camera settings #9955
Unanswered
davefes
asked this question in
Libraries & Drivers
Replies: 1 comment 1 reply
-
Not sure the author of that library necessarily follows this forum... Might be better off raising an issue at https://github.com/shariltumin/esp32-cam-micropython-2022/issues |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been working through this comprehensive project:
https://github.com/shariltumin/esp32-cam-micropython-2022
and have come unstuck at trying to change camera settings.
With the above I can see that some of the settings take effect ... for part of the picture. If I enable a 1 second sleep before the settings then the settings do not seem to have any effect. In his webcam.py example the code goes away and fires-up the WiFi, so I don't see why my 1 second delay is a problem.
If I disable all the settings I get a greenish complete picture, which Google tells me is probably normal. I would be happy with black and white but just can't figure out how to properly apply the settings.
I don't understand the work-around I found:
I got the "feeling" that some or all of the camera configuration parameters were being saved somewhere and not over-written when I tried changing things in the script.
I don't know where things would get saved between hard resets, does anyone else see what I am missing here?
Thanks,
davef
Beta Was this translation helpful? Give feedback.
All reactions