Vikram Dattu
e689c3b082
Support: jpeg decoder on esp32c2 ( #525 )
...
* Extend s/w jpeg decoder functions for chips missing rom tjpgd
Also, disabled camera_init and capture from example for chips not
supporting camera
Signed-off-by: Vikram <vikram.dattu@espressif.com>
* Extend CI build support for C3 and C2
Signed-off-by: Vikram <vikram.dattu@espressif.com>
---------
Signed-off-by: Vikram <vikram.dattu@espressif.com>
2023-04-25 14:40:46 +03:00
Wouter de Bie
1cb6af89d1
Adds esp_camera_return_all() ( #519 )
2023-04-20 16:38:40 +03:00
Tomas Rezucha
fac950973b
Fix/pedantic build ( #529 )
...
* Fix: Make esp32-camera function prototypes strict
This is required for pedantic builds with
-Wstrict-prototypes flag
* ci: Enable pedantic example build
2023-04-19 21:06:33 +03: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
a6f13d9f3d
feat: add esp32s3 yuv2rgb conversion support ( #414 )
2022-07-12 17:42:41 +03: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
d1f6b9c2af
Allow frame buffer to be placed in DRAM ( #302 )
...
Let the program automatically select the frame buffer position according to the free memory size
2021-07-29 13:33:38 +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
ZHOU Li
1a307f7a27
update driver for esp32s3 ( #292 )
...
Co-authored-by: zhouli <zhouli@espressif.com>
2021-07-06 10:35:30 +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
alic-maker
d24494c086
add unit test
2021-05-17 21:42:12 +08:00
me-no-dev
ec14f1d6f7
Fix re-definitions in ESP32 driver
...
Fixes: https://github.com/espressif/esp32-camera/issues/264
2021-05-12 19:39:23 +03:00
me-no-dev
acf206a62a
Add initial ESP32-S2 support
2021-04-30 16:51:03 +03:00
Me No Dev
48a83ed97b
Merge branch 'master' into Camera/NT99141
2020-10-14 02:10:27 +03:00
ChenZhengwei20190741
f62dde2f85
Camera(NT99141):fix konwn bug
2020-09-17 16:47:37 +08:00
jjsch-dev
82523259ff
add OV5640 driver
2020-03-14 00:05:38 -03:00
jjsch-dev
be6dfe7eee
add OV5640 driver
2020-03-13 23:41:23 -03:00
jjsch-dev
fb6c27a056
try rebase
2020-03-13 14:26:51 -03:00
me-no-dev
4af111a5e2
fix error: field 'timestamp' has incomplete type
2020-03-12 01:36:03 +02:00
me-no-dev
ae32d52cc2
initial 5640 support
2020-03-12 00:42:57 +02: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
jjsch-dev
0076c3e77e
fix headers that require esp32
2020-01-28 09:49:18 -03:00
Me No Dev
98669b337c
Merge pull request #61 from bkeevil/feature/nvs
...
Feature: persistent storage of sensor settings in nvs
2020-01-25 01:41:47 +02:00
XiaochaoGONG
ce2c9e91a3
add framesize 240x240
2019-12-11 11:30:51 +08:00
Aditya Patwardhan
8a365ee272
Added idfv_4_0 support and added one new resolution
2019-12-03 11:18:44 +01:00
jjsch-dev
5d361ec4e5
adding a OV7670 driver.
2019-10-25 10:59:55 -03:00
Bond Keevil
8c64b7afb2
Fix: description of esp_camera_save_to_nvs()
2019-08-22 17:51:30 -04:00
Bond Keevil
ffc5dd8572
Feat: persistent storage of sensor settings in nvs
2019-08-22 17:47:46 -04:00
me-no-dev
54814d065f
Add RGB888 support and adjust PLL for RGB and YUV
2019-03-11 04:12:12 +01:00
me-no-dev
ab9fe91133
Add support for Hardware I2C and OV3660
2019-03-10 15:20:58 +01: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
Nitek
3de2c46270
Sort pin struct
2018-12-11 18:40:50 +01:00
Nitek
a53b0a694e
fix whitespaces
2018-12-11 14:16:24 +01:00
Nitek
e48b0a8969
Support for power down pin like on AI-Thinker esp32-cam module
2018-12-11 14:08:57 +01:00
me-no-dev
51ca34977a
Add settings status tracking for OV2640
2018-11-28 00:49:02 +01:00
me-no-dev
0d2547a501
Initial Import
2018-11-15 14:22:09 +01:00