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
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
app_httpd.c Add local network camera monitor (#138) 2020-03-31 10:51:25 +08:00
app_main.c
app_mdns.c Add local network camera monitor (#138) 2020-03-31 10:51:25 +08:00
app_wifi.c
component.mk Add local network camera monitor (#138) 2020-03-31 10:51:25 +08:00