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

HTTP options work? #17

Open
hoffberg opened this issue Jun 12, 2021 · 0 comments
Open

HTTP options work? #17

hoffberg opened this issue Jun 12, 2021 · 0 comments

Comments

@hoffberg
Copy link

As a newbie to micopython and the ESP32-CAM I am trying to figure out how all of this code fits together...

I have reconfigured the config.py for the ESP32-CAM:
app_config = {
'camera': 'ESP32-CAM', # camera -> 'ESP32-CAM' or 'M5CAMERA'
'led': 4, # led -> 4: ESP32-CAM or 14: M5CAMERA
}

From what I can see, there are currently 2 options that can be communicated to the webserver; stream and flash. When I try to trigger either of the options, I don't see that they are updating the behavior of the system.

Neither of the following commands seem to change the behavior:
Photo mode: http://<<board-ip>> or Streaming mode: http://<<board-ip>>/?stream=true

Setting the following command does not have any effect (it should be toggling the LED?):
http//<>/?flash=true or setting it to false.

Any idea what I am doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant