Commit Graph

35 Commits (86623ba27f6ca1153d52e9d1f2c2a299b4ff3cb5)

Author SHA1 Message Date
XiaochaoGONG 618b69f6e4 update idf v4.0 2020-03-31 11:45:52 +08:00
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
Me No Dev 3a734c0d69
Minor fixes for the last merge (#137)
* Add the missing Save button to the web UI for OV5640

* Add MDNS feature that allows the cameras to be found

* Add mDNS Camera Query

* fix bug in mdns json generator

* Fix missing mdns dependency
2020-03-30 10:57:17 +08:00
Me No Dev 67a57377cf
Add the missing Save button to the web UI for OV5640 (#136)
* Add the missing Save button to the web UI for OV5640

* Add MDNS feature that allows the cameras to be found

* Add mDNS Camera Query
2020-03-27 16:47:07 +08:00
Me No Dev 7937d37e14
Add support for OV5640 (#135)
Also:
- Add advanced settings
- Add more resolutions and aspect ratios support.
2020-03-12 19:27:48 +08:00
Alexander Bergmann bbd7ce6c83
Move _STREAM_BOUNDARY before _STREAM_PART (#131)
The boundary delimiter (_STREAM_BOUNDARY) needs to be send before the
body part (_STREAM_PART) too follow RFC2046. This caused ffplay/ffmpeg
to fail to open the MJPEG stream.
2020-02-24 17:24:17 +08:00
Ye Hang Yang 4aeacdf52a update/esp-face esp32-camera 2019-11-27 19:38:39 +08:00
Ye Hang Yang e1b44c0184 Improve/camera web server 2019-11-01 21:56:49 +08:00
Bond Keevil 1169211177 Feature: Control a LED Illuminator or Flash from Camera_Web_Server Web Page (#104)
* Feature: Control a LED Illuminator or Flash from Camera_Web_Server

Add a "LED Illuminator" menu to menuconfig
Through menuconfig you can select a LEDC pin, LEDC Timer, LEDC Channel, and LEDC Speed Mode
The defaults work for the AIThinker ESPCAM-32 board
There is an option to limit LED intensity while streaming to prevent overheating
LED intensity is not limited when taking a still image photo
The LED intensity controls are hidden on the web page if the LED feature is not enabled
LED intensity can be adjusted while streaming and the LED will respond right away

Tested on an ESPCAM-32 board with an OV2460 sensor

* app_httpd.c: move isStreaming into macro

* app_httpd.c: Change commit re: 150ms LED delay
2019-10-25 16:24:21 +08:00
XiaochaoGONG 3b6546eedb Bugfix/change alloc interface 2019-10-22 19:09:35 +08:00
Me No Dev 447b873ad8 Do not try to free the static ra_filter (#105)
Fixes: https://github.com/espressif/esp-who/issues/101
2019-08-10 10:46:28 +08:00
Bond Keevil 49ecd1a2b6 Fix Issue 102, missing null check in index_handler() (#103) 2019-08-10 10:40:22 +08:00
Me No Dev 258751b5b6 Add Save button to capture window (#78)
* Add "Save" button to capture window

Allows saving images from both stills and streams by clicking a button.

* Make image filenames be the date and time of capture

* Add script to compress the html pages for embedding
2019-06-20 10:43:46 +08:00
XiaochaoGONG 7426e27e36 bb800f9a update esp-face add frmn models 2019-06-19 14:26:58 +08:00
XiaochaoGONG 0acba9569c ignore jpeg encoder error, get next image 2019-06-19 11:06:41 +08:00
XiaochaoGONG ddd49bc617 update docu 2019-06-04 15:34:25 +08:00
Ye Hang Yang f4f51bd12b improve mtmn
1. set mtmn_config due to esp-face;
2. free 'score' due to esp-face;
3. add ov3660 flipping for 'recognition_wechat', 'recognition_solution'
2019-05-10 19:35:00 +08:00
XiaochaoGONG c5ea8103c6 sync esp-face update conv 1x1 2019-04-23 16:38:20 +08:00
XiaochaoGONG ac5c028f9b bugfix 2019-04-11 17:32:55 +08:00
me-no-dev 17a5bf6f81 Add separate pages for OV2640 and OV3660
Also includes the source code of both pages, which are now embedded by IDF
2019-04-10 23:40:16 +02:00
me-no-dev 18c96a19ef Add support for the wide M5Stack Camera and clarify the static IP option 2019-04-10 20:43:38 +02:00
XiaochaoGONG 42605292da add cmake 2019-04-01 20:23:29 +08:00
XiaochaoGONG a616d27121 Bugfix ESP-EYE IO init 2019-03-25 19:06:58 +08:00
Stephen Casner 0927f69369 camera_web_server: add ESP_EYE camera pin configuration option 2019-01-15 10:21:53 +08:00
Me No Dev 9e885230aa Add V-Flip button to the web interface 2019-01-10 11:08:11 +08:00
XiaochaoGONG b3fa3231d6 add ip addr configuration 2019-01-04 16:02:09 +08:00
XiaochaoGONG e4b66514ef Feature/http recog 2018-12-29 18:02:22 +08:00
Nitek 4e0aebaa43 Rename AI Thinker camera module 2018-12-12 21:12:15 +01:00
Nitek 34082ba086 Make ESP-CAM a predefined build option 2018-12-12 20:57:37 +01:00
Nitek ea0c306c19 Add support for pwdn pin 2018-12-12 14:43:01 +01:00
XiaochaoGONG b6d7634eca Merge branch 'misc/open_forward_sourc' 2018-12-05 16:55:27 +08:00
XiaochaoGONG f69a1599a7 Open face detection and recognition forward 2018-12-05 16:48:45 +08:00
Me No Dev 96a2df24c3 Fix error in compilation when face detection is off (#8)
`mtmn_config` is defined only when face detection is on.
2018-12-05 14:13:25 +08:00
Me No Dev bc6496663c Move FB GFX lib out of web server example (#7) 2018-11-30 10:39:09 +08:00
me-no-dev c9df336cea Add Camera Web Server Example 2018-11-29 11:23:06 +01:00