Ivan Grokhotkov

Results 391 comments of Ivan Grokhotkov

Yes, it's much better now. Although some fragmentation is still inevitable, and requesting 16k TLS buffer fails occasionally. Umm_malloc is slightly slower, and even more so if heap poisoning is...

Sorry folks, I haven't tried anything above 800*600 myself. A more robust and full featured version of this codebase is currently being developed in Espressif, and it will be released...

Sorry, I haven't noticed the issue when you opened it. Although the readme mentions that `Other OV7xxx series should work as well, with some changes to camera configuration code`, I...

Glad that you have got OV7725 working! Yes, placing two pins outside of the connector is a bit awkward, but in RGB565 and YUV modes OV7725 uses only 8 bits...

For the record: due to other duties I won't have time to work on this for the next two weeks, so if anyone is interested, please go ahead and try...

Next time i have time to work on the I2S/camera code, i promise to make easier to understand and add some comments. In the meantime, here's the high level overview...

We will have a description of DMA hardware, which will include the structure of DMA descriptor, in the TRM. Until that is released, here are my explanations: - size: size...

@tekker maybe you can find something useful in the `feature/rgb_bitmap` branch — it adds RGB565 support for OV7725, i think at least the DMA setup and line filter should be...

With regards to run time configuration of camera registers and an embedded web server, there is a corresponding ticket/RFC in #35. @nkolban I went through the your writeup and found...

With regards to posting comments here or in a forum thread — i would prefer keeping the discussion here, potentially opening a new issue which would track improvements to documentation...