mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-25 19:03:30 +04:00
e86d5c5f75
This mimics the way the Kendryte SDK does things—it is better because the MMIO based SPI tends to sometimes lose synchonization when the CPU doesn't keep up providing data fast enough. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
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.