esp-who/examples/single_chip/camera_web_server/main
Me No Dev 0ba76f0a59
Add local network camera monitor (#138)
This feature is located at `http://[camera-ip]/monitor` and gives quick access to up to 5  cameras running the web server example.
Features:
- Finds up to 5 cameras in the local network through mDNS
- Grabs periodicaly and image from each camera (period can be set or turned off)
- Cycles the cameras at given period (off when camera is selected manually)
- Shows basic info for each camera (model, sensor, resolution)
- Allows for easy access to each camer's control panel
- Allows change of resolution and XCLK
- Can save current snapshot
2020-03-31 10:51:25 +08:00
..
include Add the missing Save button to the web UI for OV5640 (#136) 2020-03-27 16:47:07 +08:00
www Add local network camera monitor (#138) 2020-03-31 10:51:25 +08:00
CMakeLists.txt Add local network camera monitor (#138) 2020-03-31 10:51:25 +08:00
Kconfig.projbuild Add local network camera monitor (#138) 2020-03-31 10:51:25 +08:00
app_camera.c Add support for OV5640 (#135) 2020-03-12 19:27:48 +08:00
app_httpd.c Add local network camera monitor (#138) 2020-03-31 10:51:25 +08:00
app_main.c Add the missing Save button to the web UI for OV5640 (#136) 2020-03-27 16:47:07 +08:00
app_mdns.c Add local network camera monitor (#138) 2020-03-31 10:51:25 +08:00
app_wifi.c Add the missing Save button to the web UI for OV5640 (#136) 2020-03-27 16:47:07 +08:00
component.mk Add local network camera monitor (#138) 2020-03-31 10:51:25 +08:00