Me No Dev
fca7fddea2
Merge pull request #762 from ALToast/fix/remove_unused_kconfig_option
...
fix: Remove unused Kconfig option
5 days ago
Gao Wei
ee438a2a26
fix: Remove unused Kconfig option
6 days ago
Me No Dev
5fe2266536
Merge pull request #707 from Lesords/feat/hm1055
...
feat: add camera drivers for hm0360 and hm1055
1 week ago
Lesords
64e8b613e2
fix: fix some compilation errors
1 week ago
Me No Dev
920996f51c
Merge pull request #757 from espressif/me-no-dev-patch-1
...
Update CI target IDF versions
1 week ago
Me No Dev
023468a8fa
Update CI target IDF versions
1 week ago
Me No Dev
9128d3dbfb
Merge pull request #723 from pablogs9/feature/check_available
...
esp_camera_available_frames implementation
1 week ago
Me No Dev
1480dca102
Merge pull request #738 from phoddie/patch-1
...
contrast fixes
1 week ago
Me No Dev
1530d9c05e
Merge pull request #744 from PauloPrates-20/master
...
GOOUU TECH ESP32S3 board pin mapping
1 week ago
Me No Dev
9a7ee2450e
Merge branch 'master' into feat/hm1055
1 week ago
Me No Dev
cb0f0c799e
Merge branch 'master' into feature/check_available
1 week ago
Me No Dev
6e46f808a5
Merge branch 'master' into patch-1
1 week ago
Me No Dev
0a919b1932
Merge branch 'master' into master
1 week ago
Me No Dev
4d418f1753
Merge pull request #740 from tore-espressif/feat/use_esp_jpeg
...
feat: Use esp_jpeg component for decoding
1 week ago
Me No Dev
19235538c8
Merge pull request #746 from esp-cpp/master
...
feat: Allow users to configure new/legacy I2C driver for SCCB hardware
1 week ago
Me No Dev
6e5c1630a1
Merge pull request #754 from HardFatal/master
...
fix build error
1 week ago
angel
b6a43ef960
fix build error
...
```txt
espressif__esp32-camera/sensors/private_include/sc031gs.h:6: error: header guard '__SC031GS_H__' followed by '#define' of a different macro [-Werror=header-guard]
6 | #ifndef __SC031GS_H__
espressif__esp32-camera/sensors/private_include/sc031gs.h:7: note: '__SC030GS_H__' is defined here; did you mean '__SC031GS_H__'?
7 | #define __SC030GS_H__
```
1 week ago
William Emfinger
0fe33c0346
feat: Allow users to configure new/legacy I2C driver for SCCB hardware
2 months ago
Paulo Prates
cda34fe48d
GOOUU TECH ESP32S3 board pin mapping
...
Added pin mapping definition for the chinese GOOUU esp32-s3 cam boards
2 months ago
Tomas Rezucha
b659d4c925
fix(test): Update test app for latest esp-idf
2 months ago
Tomas Rezucha
6b68415800
feat: Use esp_jpeg component for decoding
2 months ago
Peter Hoddie
80747678ab
contrast fixes
...
- update sensor->status.contrast when setting contrast (consistent with most other settings like hmirror)
- initialize sensor->status.contrast to the actual default (50) rather than 0, which is invalid
3 months ago
Pablo Garrido
59f1d083ea
Initial esp_camera_available_frames implementation
5 months ago
Lesords
3591f25efb
docs: update sensor information for hm0360 and hm1055
5 months ago
Lesords
cf09e5a5d6
style: update code format
5 months ago
Lesords
7fad3cdf9b
perf: improve some interface functions of hm0360 camera and discarded useless interfaces
5 months ago
LynnL4
588eeff2cc
Add support for HM0360
5 months ago
LynnL4
8aad5f7890
Add support for HM1055
5 months ago
Me No Dev
4467667b71
Merge pull request #714 from bbawj/master
...
Add error handling for esp_jpg_decode
5 months ago
brendan
aa15c51c83
Add error handling for esp_jpg_decode
...
esp_jpg_decode does not return if writer fails, causing unhandled
exceptions. Also logs when rgb_write malloc fails.
6 months ago
me-no-dev
6a821a8986
Fix 128x128 resolution index
...
Framesize enum was not matching the resolution index for 128x128
6 months ago
Me No Dev
4335c93ec4
Merge pull request #704 from jaguilar/patch-1
...
Remove instruction to call camera_probe
7 months ago
J
e61e9da470
Remove instruction to call camera_probe
...
This function is not public. esp_camera_init actually
calls camera_probe so the documentation is backward.
8 months ago
Me No Dev
229adc65d4
Merge pull request #703 from cnadler86/fix_init
...
Fixes missing return error code validation during camera initialization
8 months ago
Christopher Nadler
263af74861
Fixes missing return error code validation during camera initialization
8 months ago
Me No Dev
10e6178851
Merge pull request #702 from tore-espressif/patch-1
...
fix(xclk): Zero init ledc_channel_config_t for forward compatibility
8 months ago
Tomas Rezucha
d9ee2114c9
fix(xclk): Zero init ledc_channel_config_t for forward compatibility
...
LEDC driver was extended in 4a90deb227
with new config structure members.
We must zero init the config struct to get default behavior.
8 months ago
Me No Dev
261e8eb078
Merge pull request #701 from ArduCAM/add_mega_ccm
...
Add mega ccm driver support
8 months ago
Lee Jackson
b6a8297342
Add mega ccm driver support
...
Signed-off-by: Lee Jackson <lee.jackson@arducam.com>
8 months ago
Dan Halbert
0054ab7604
sccb-ng.c: correct address byte-swapping in Write16 routines ( #690 )
9 months ago
Ivan Grokhotkov
4f57767251
fix: correct calloc call arguments order ( #683 )
...
GCC 14 adds "calloc-transposed-args" warning which is an error at the
default IDF build settings.
10 months ago
me-no-dev
1a05a48e04
Update upload_component.yml
10 months ago
Me No Dev
c8a96e3570
Fix deprecation in IDF 5.4+ and update IDF build versions ( #681 )
...
IDF v5.3 added and EOL IDF v4.4 removed
10 months ago
robin
8e1ec63c99
Implement new idf-v5 I2C driver ( #677 )
...
* moved sccb to new i2c driver
* implemented val16 functions
* address to dev_handle translation
* moved new i2c driver to a seperate file
* removed old idf version warning
10 months ago
Ichiro Maruta
7aa37d4f22
Add option to customize JPEG mode frame size in menuconfig ( #667 )
12 months ago
me-no-dev
2829692928
Revert Uninstalls ISR service on cam deinit #516
...
Change is necessary in order to not stop other GPIO ISR uses that users might have in their code.
This would cause an error to be emitted when driver is re-initialized, but it's dismissed in code, so the error will not cause any other change in behavior.
cc @AxelLin @wouterdebie
1 year ago
me-no-dev
30aeeeed61
fix(s2): Remove rx_pcm_bypass from registers
...
The register is removed in ESP-IDF
1 year ago
Me No Dev
bae46be5eb
Update example to place frame buffer in PSRAM ( #648 )
...
ESP32 failed to start the example
1 year ago
Me No Dev
f0bb42917c
Implement proper GDMA allocator and ISR from IRAM option ( #629 )
...
* Implement proper GDMA allocator
* Add Kconfig option to execute ISR from IRAM on S2 and S3
Up until now, default was to execute from IRAM. This changes that for S2 and S3. ESP32 is left unchanged, because of the work that is required on it.
1 year ago
Me No Dev
984999f26b
Create workaround for DMA failing on ESP32-S3 when WiFi is started ( #625 )
...
* Create workaround for DMA failing on ESP32-S3 when WiFi is started
Relates to https://github.com/espressif/esp32-camera/issues/620
* Add comment explaining the workaround
1 year ago