Commit graph

29 commits

Author SHA1 Message Date
Ivan Grokhotkov
8e1a00391a
Maintenance changes in the component, examples and readme (#597)
* maint(build): remove legacy GNU Make build system support

* maint(example): move the example so that component manager finds it

* maint(example): specify component dependency

* maint(build): clean up legacy 'register_component' usage

* maint(build): specify more fields in component manifest

* doc(readme): simplify installation instructions

See https://github.com/espressif/esp32-camera/issues/596

* maint(ci): remove tests for EOL versions (v4.1, v4.2)

* fix(build): add missing transitive dependency on driver component
2023-11-09 18:23:30 +02:00
yuxinwww
81cd88c6a0
fix: add gc0308 output only Y format support (#589) 2023-11-08 15:44:40 +02:00
yuxinwww
d1c9c2cdb3
feat: add bf20a6 output Only Y format support (#557) 2023-08-08 12:01:58 +03:00
XDanielPaul
402b811b83
Added badge with version to README (#487)
Co-authored-by: Daniel Paul <daniel.paul@espressif.com>
2022-12-12 19:53:42 +02:00
Wang Yu Xin
2182f88230 fix: fix description of resolution in docs and examples 2022-10-11 14:53:28 +08:00
Wang Yu Xin
9d9e7d62a3 feat: add SC031GS camera sensor support 2022-09-26 16:33:43 +08:00
Wang Yu Xin
77d71b03f3 feat: change sccb APIs for sharing i2c port with other devices 2022-08-12 20:18:06 +08:00
yuxinwww
eee63849f4
feat: add sc101iot camera sensor driver (#412) 2022-06-30 15:14:35 +03:00
Wang Yu Xin
157fadb75c feat: add camera sensor sc030iot support 2022-05-25 11:17:20 +08:00
yuxinwww
efa435362c
feat: add camera sensor BF20A6 support (#365) 2022-02-20 15:08:54 +02:00
yuxinwww
49edbbfac0
feat: add camera sensor bf3005 support (#350)
BF3005 is a VGA CMOS Image Sensor.
The sensor is well stocked and comes with a series of image processing functions.
The support for this sensor is added here to facilitate the use of this sensor by more people. PTAL,Thanks.
2022-01-18 16:43:42 +02:00
ZHOU Li
e0110c2eca
add github action (#296)
Co-authored-by: zhouli <zhouli@espressif.com>
2021-07-16 11:51:49 +03:00
ZHOU Li
6b1efc1edd
add gcxxxx sensors (#293)
- Add sensor GC2145 GC0308 GC032A
- Make xclk driver more standard
- Update README.md
- Add an option to adjust the DMA buffer size

Co-authored-by: zhouli <zhouli@espressif.com>
2021-07-15 17:17:15 +03:00
me-no-dev
7a06a7e362 Experimental: Enable EDMA for JPEG when XCLK is 16MHz 2021-05-31 18:05:53 +03:00
Me No Dev
8eb032a94e
Rework ESP32 driver and improve ESP32-S2 and ESP32-S3 drivers (#267)
* Initial commit of reworked esp32 and cam_hal driver

* remove old driver and implement get frame timeout

* Update documentation
2021-05-21 10:28:50 +03:00
Me No Dev
1638228a98
Merge branch 'master' into master 2020-10-14 02:00:03 +03:00
jjsch-dev
31d37804c6 rebase espressif/esp32-camera and idf v4.3-dev-1197-g8bc19ba89-dirty
Update sensor code OV7670 to esp32_camera from 10/13/2020 and compile it with idf v4.3-dev-1197-g8bc19ba89-dirty
2020-10-13 13:44:13 -03:00
elasticdotventures
824b6d975e
documented esp32-cam platform.io sharp edges
I could probably write a book on getting platform.io to work with an AI think esp32-cam so I've added a bunch of notes about sharp edges others could encounter along the way.
2020-07-29 09:57:35 +10:00
Raphael Brandão
cef452fb09 change readme to include PlatformIO on setup 2020-07-17 12:28:35 -03:00
jjsch-dev
fb6c27a056 try rebase 2020-03-13 14:26:51 -03:00
jjsch-dev
31e9904c67 Revert "add OV5640 driver"
This reverts commit df03701ff7.
2020-03-11 13:48:35 -03:00
jjsch-dev
df03701ff7 add OV5640 driver 2020-03-07 19:10:02 -03:00
7FM
a82c8916a9
remove redundant else block 2020-02-25 19:03:01 +01:00
7FM
c64a60d873
Fix race condition 2020-02-25 17:03:47 +01:00
Alexander Bergmann
3a08226141
Move _STREAM_BOUNDARY before _STREAM_PART
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 08:47:00 +01:00
jjsch-dev
2082c14707 add OV7670 to the readme file 2020-01-28 09:54:26 -03:00
Me No Dev
67cf2403c0
Update README.md 2019-04-09 15:01:22 +02:00
me-no-dev
10b3d3c2a9 Add experimental double FPS mode for OV2640
Allows for 52fps@CIF, 26fps@SVGA and 6.5fps@UXGA (unchanged) when XCLK is set to 10MHz
2019-01-26 21:33:23 +01:00
me-no-dev
0d2547a501 Initial Import 2018-11-15 14:22:09 +01:00