4 Commits

Author SHA1 Message Date
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
5a5efde083 Fix nt99141 sensor (#188)
This PR fixes some warnings about the nt99141 sensor's driver implementation so we can build it with -Werror:

actually return the ret variable in set_framesize
remove unused variables in set_brightness and set_contrast
remove unused function calc_sysclk
2021-06-18 11:54:05 +03:00
185f285290 bugfix(NT99141):
1. fix the JPEG exception bug
    2. add new feature such as AE level ...
2020-10-16 16:57:52 +08:00
782b3df10b Camera(NT99141): add a new Camera 2020-09-17 14:46:48 +08:00