ca77502ceb
Added compiler.warning_flags to platform.txt; fixing #6118 ( #6596 )
...
Summary
Added compiler.warning_flags to all chips in platform.txt to reflect users setting of warning level output during compilation (set up in Arduino IDE preferences)
Impact
When a warning is set to none the compilation will no longer display warnings
Related links
Solves issue #6118
2022-05-09 23:17:12 +03:00
12045d335b
Update camera example to support face detection and recognition ( #6603 )
...
Fixes : #6508
2022-04-21 17:48:47 +03:00
02a3a71e7c
CameraWebServer fix ( #6370 )
2022-03-10 15:29:56 +02:00
3a96fc0e4a
framebuffer location for no-psram boards ( #6219 )
...
If board has no PSRAM, we need to set the framebuffer location to DRAM:
config.fb_location = CAMERA_FB_IN_DRAM;
2022-02-01 13:59:32 +02:00
a75602dc68
Add support M5Stack Unit CAM ( #5748 )
...
In this PR, we add support for M5Stack Unit CAM to CameraWebServer.
https://docs.m5stack.com/en/unit/unit_cam
2021-10-11 13:01:10 +03:00
5eda278177
Update camera example ( #5397 )
...
Fixes: https://github.com/espressif/arduino-esp32/issues/5128
Fixes: https://github.com/espressif/arduino-esp32/issues/5324
2021-07-16 16:55:59 +03:00
404a31f445
Initial Esp32c3 Support ( #5060 )
2021-04-14 18:10:05 +03:00
5502879a5b
v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 ( #4996 )
...
This is very much still work in progress and much more will change before the final 2.0.0
Some APIs have changed. New libraries have been added. LittleFS included.
Co-authored-by: Seon Rozenblum <seonr@3sprockets.com >
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com >
Co-authored-by: geeksville <kevinh@geeksville.com >
Co-authored-by: Mike Dunston <m_dunston@comcast.net >
Co-authored-by: Unexpected Maker <seon@unexpectedmaker.com >
Co-authored-by: Seon Rozenblum <seonr@3sprockets.com >
Co-authored-by: microDev <70126934+microDev1@users.noreply.github.com >
Co-authored-by: tobozo <tobozo@users.noreply.github.com >
Co-authored-by: bobobo1618 <bobobo1618@users.noreply.github.com >
Co-authored-by: lorol <lorolouis@gmail.com >
Co-authored-by: geeksville <kevinh@geeksville.com >
Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net >
Co-authored-by: Sweety <switi.mhaiske@espressif.com >
Co-authored-by: Loick MAHIEUX <loick111@gmail.com >
Co-authored-by: Larry Bernstone <lbernstone@gmail.com >
Co-authored-by: Valerii Koval <valeros@users.noreply.github.com >
Co-authored-by: 快乐的我531 <2302004040@qq.com >
Co-authored-by: chegewara <imperiaonline4@gmail.com >
Co-authored-by: Clemens Kirchgatterer <clemens@1541.org >
Co-authored-by: Aron Rubin <aronrubin@gmail.com >
Co-authored-by: Pete Lewis <601236+lewispg228@users.noreply.github.com >
2021-04-05 14:23:58 +03:00
b92c58d74b
M5Stack's product offering includes various ESP32-based camera devices. ( #4030 )
...
They are all broadly similar, all being based on the ESP32-D0WD core, but have
some subtle differences between variants around PSRAM inclusion and camera pin
mappings.
The ESP32CAM "unit" product (SKU: U007) has no PSRAM and maps the
"Pixel Data 0" (Y2 GPIO/OV2640 D2) camera pin to IO17 rather than IO32 as is
the case with most other M5Stack ESP32 camera devices.
The ESP32CAM also requires the "hmirror" and "vflip" camera configuration
bits setting in order to capture a true image.
The relevant M5Stack pin configuration documentation can be found here:
https://docs.m5stack.com/#/en/unit/esp32cam?id=pinmap
2020-06-01 01:41:56 +03:00
79f77afc98
update M5Camera pins ( #4021 )
...
* change m5camera pins
* add M5Camera version B pins
* add M5Camera version B pins
2020-05-22 12:59:33 +03:00
13e02063d6
Move _STREAM_BOUNDARY before _STREAM_PART ( #3720 )
...
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-14 11:03:38 +02:00
5443d7ca93
Add TTGO T Journal Camera module & improve commenting ( #3515 )
...
Added pinout for TTGO T Journal device and improved the intent of comments.
2020-01-20 15:33:38 +02:00
07390157df
Fix Camera Example ( #3202 )
...
* Update app_httpd.cpp
* Stop LWIP from using PSRAM and enable OV7725
2019-09-13 01:19:53 +03:00
0acf19af8f
Update IDF to v3.2 977854975 ( #2771 )
...
* Update IDF to v3.2 977854975
* Update app_httpd.cpp
2019-05-12 18:52:23 +03:00
7b5cd47d07
Set ESP-IDF to 3.2 ( #2662 )
...
* Set IDF to v3.2
* Remove BLE submodule
* Add BLE lib source
* Update Camera example to support OV3660
2019-04-12 15:43:53 +02:00
6718da0350
Add ESP-EYE support to the camera demo
2019-01-22 14:38:24 +08:00
fa61b3bffe
Update IDF to e931fe9 and add esp-face ( #2291 )
...
* Update IDF to e931fe9 and add esp-face
* Fix PIO builds fail because of sketch size
* Fix example build failing for Arduino
2019-01-09 19:31:46 +01:00
1628f533a1
Add Camera WebServer Example
2018-12-20 00:41:48 +01:00