k210-sdk-stuff/rust/dvp-ov
Wladimir J. van der Laan a1c65405ea rust: Clean up cargo patches
No more need for any `k210-hal` and `k210-pac` patches with 0.2.0
2019-12-28 20:17:37 +00:00
..
src rust: use repr(C) for aligned structs 2019-09-05 11:17:23 +00:00
.gitignore rust: Add dvp-ov 2019-06-01 21:56:35 +00:00
Cargo.toml rust: Clean up cargo patches 2019-12-28 20:17:37 +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.