apiesse
528c97a872
Fixed "gpio_install_isr_service(410): GPIO isr service already installed"
5 years ago
Me No Dev
5e338d9c17
Merge pull request #139 from XiaochaoGONG/master
...
don't need that header, be careful the name is different in idf 4+ and 4-
5 years ago
XiaochaoGONG
4cb2bdac98
don't need that header, be careful the name is different in idf 4+ and 4-
5 years ago
Me No Dev
f909ade3ea
Merge pull request #138 from VooDust/patch-4
...
Added missing retvalue check
5 years ago
VooDust
947caa1812
Added missing retvalue check
...
If no interrupt was found, this call fails silently and the driver will eventually time out when trying to fetch a frame buffer.
5 years ago
Me No Dev
0a78a5fa15
Merge branch 'master' into master
5 years ago
jjsch-dev
69f957646d
add OV5640 driver
5 years ago
jjsch-dev
82523259ff
add OV5640 driver
5 years ago
jjsch-dev
be6dfe7eee
add OV5640 driver
5 years ago
jjsch-dev
fb6c27a056
try rebase
5 years ago
me-no-dev
4af111a5e2
fix error: field 'timestamp' has incomplete type
5 years ago
Me No Dev
9f99b1b03c
Merge pull request #132 from espressif/ov5640
...
Add support for OV5640
5 years ago
me-no-dev
ae32d52cc2
initial 5640 support
5 years ago
jjsch-dev
d1035151dd
fix set_hmirror of ov7670
5 years ago
jjsch-dev
31e9904c67
Revert "add OV5640 driver"
...
This reverts commit df03701ff7
.
5 years ago
jjsch-dev
a9b5108786
Revert "add OV5640 driver"
...
This reverts commit 6aece9ff22
.
5 years ago
jjsch-dev
b630935ffd
Revert "fix set_hmirror of ov7670"
...
This reverts commit 6cf9828106
.
5 years ago
Me No Dev
a4f6d924ce
Merge pull request #129 from apiesse/feature/config_i2s_sccb
...
Hardware I2C0/I2C1 for sccb communication
5 years ago
jjsch-dev
6cf9828106
fix set_hmirror of ov7670
5 years ago
jjsch-dev
6aece9ff22
add OV5640 driver
5 years ago
jjsch-dev
df03701ff7
add OV5640 driver
5 years ago
apiesse
0f835fe230
fixed type in Kconfig
5 years ago
apiesse
c38999847b
update Kconfig to remove the need of some of the ifdef stuff in the sccb.c file and show the setting only when hardware is selected
5 years ago
apiesse
a6e2ac208e
Hardware I2C0/I2C1 for sccb communication
5 years ago
Me No Dev
f50b713d6c
Merge pull request #124 from 7FM/master
...
Fix race condition
5 years ago
7FM
a82c8916a9
remove redundant else block
5 years ago
7FM
c64a60d873
Fix race condition
5 years ago
Me No Dev
193b090df9
Merge pull request #120 from abergmann/ffmpeg_streaming_issue
...
Move _STREAM_BOUNDARY before _STREAM_PART
5 years ago
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.
5 years ago
jjsch-dev
5957101010
support RGB565
6 years ago
jjsch-dev
2082c14707
add OV7670 to the readme file
6 years ago
jjsch-dev
0076c3e77e
fix headers that require esp32
6 years ago
jjsch-dev
c92fd45c4b
remove CONFIG_ENABLE_TEST_PATTERN
6 years ago
me-no-dev
b1c9712d11
Target proper device headers after IDF 4.0
6 years ago
me-no-dev
4cda87fb96
Add support for IDF 4.X
6 years ago
Me No Dev
0caace6533
timer_conf.clk_cfg is undefined in IDF 3.X
6 years ago
Me No Dev
2687f75552
nvs_handle_t is undefined in IDF 3.X
6 years ago
Me No Dev
10e7c01964
Merge pull request #70 from VooDust/patch-1
...
missing retvalue check
6 years ago
Me No Dev
e5e0ee6b22
Merge pull request #67 from mirronelli/master
...
fixed clock config to explicitly use APB
6 years ago
Me No Dev
98669b337c
Merge pull request #61 from bkeevil/feature/nvs
...
Feature: persistent storage of sensor settings in nvs
6 years ago
Me No Dev
7a96e1d16d
Merge pull request #109 from bartlomiejcieszkowski/misc-tag-to_jpg
...
misc: fix wrong msg tag in to_jpg
6 years ago
Me No Dev
4c337d50f6
Merge pull request #106 from bartlomiejcieszkowski/bcieszko-fix-slvaddr-notused
...
With SCCB_HARDWARE_I2C slave_addr was not used
6 years ago
Bartlomiej Cieszkowski
8aecb0c565
misc: fix wrong msg tag in to_jpg
...
Signed-off-by: Bartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>
6 years ago
Bartlomiej Cieszkowski
ec274179eb
check return value from gpio_install_isr_service
...
Signed-off-by: Bartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>
6 years ago
Bartlomiej Cieszkowski
86c184cd63
bugfix - with disabled OV3360_SUPPORT reset for OV2640 would not happen
...
Signed-off-by: Bartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>
6 years ago
Bartlomiej Cieszkowski
fdb8aee4ae
slave_addr was not used with SCCB_HARDWARE_I2C
...
Signed-off-by: Bartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>
6 years ago
Me No Dev
9151be55ee
Merge pull request #100 from XiaochaoGONG/master
...
add framesize 240x240
6 years ago
XiaochaoGONG
ce2c9e91a3
add framesize 240x240
6 years ago
Aditya Patwardhan
8a365ee272
Added idfv_4_0 support and added one new resolution
6 years ago
jjsch-dev
05e500e074
porting to idf 4.1 dev
6 years ago