Skip to content

Commit

Permalink
add I2S camera driver
Browse files Browse the repository at this point in the history
this implements the I2S camera functionality. it has been tested using
an AI Thinker ESP32-CAM board with an OV2640 camera as well as a
Makerfabs ESP32 3.2" TFT LCD with Camera with the same camera model.
the qa-test is based on the latter board.

this connection can be found on ESP32 boards.

note that this is independent of `lcd_cam::cam` module which is a
different kind of camera.

`DataFormat::DualChannel32` is not currently available as part of this
PR since it's also not present in `esp32-camera` and it's thus unclear
what its behaviour would be and whether that should be supported.

Co-Authored-By: Ralph Ursprung <[email protected]>
  • Loading branch information
Dominaezzz and rursprung committed Mar 9, 2025
1 parent 33ad75a commit 7fc1f89
Show file tree
Hide file tree
Showing 4 changed files with 1,110 additions and 0 deletions.
1 change: 1 addition & 0 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Support for `rand_core` 0.9 (#3211)
- `ESP_HAL_CONFIG_STACK_GUARD_OFFSET` and `ESP_HAL_CONFIG_STACK_GUARD_VALUE` to configure Rust's [Stack smashing protection](https://doc.rust-lang.org/rustc/exploit-mitigations.html#stack-smashing-protection) (#3203)
- ESP32: I2S Camera mode driver (#3219)

### Changed

Expand Down
Loading

0 comments on commit 7fc1f89

Please sign in to comment.