k210-sdk-stuff/rust/dvp-ov
Wladimir J. van der Laan 1531cc8fe0 dvp-ov: Align frame to 64 bytes
The magic seems to work without (how do we even DMA without the DMAC?),
but when in doubt better to follow the SDK.
2019-06-02 09:56:39 +00:00
..
src dvp-ov: Align frame to 64 bytes 2019-06-02 09:56:39 +00:00
.gitignore rust: Add dvp-ov 2019-06-01 21:56:35 +00:00
Cargo.toml rust: Add dvp-ov 2019-06-01 21:56:35 +00:00
README.md rust: Add dvp-ov 2019-06-01 21:56:35 +00:00

dvp-ov

A straightforward passthrough test for video handling, based on dvp_ov in the SDK: read frames from the OV2640 image sensor and display them on the LCD.

The performance is likely worse (don't know by how much) than the C implementation because currently, no interrupts and DMA are used.