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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: