tmrttmrt

Results 8 comments of tmrttmrt

Take a look at https://github.com/tmrttmrt/esp32-cam-demo/tree/tmrt. With enough compression it is possible to obtain jpg images with sizes of about 100 kB.

I have played with such module. I was able to get stable pictures with decreasing xclk below 10 MHz. I believe that the ESP32 clock stability is an issue for...

It is low, 2-3 fps. By just changing the resolution it does not improve a lot. Concurrently with the resolution one needs to play also with the internal camera pclk...

In the meantime I fixed SD card driver to compile with esp-idf v4.2. I pushed everything (including disabling brownout) to the esp32 branch ( https://github.com/tmrttmrt/opentx/commit/b5dc9ada5cd0305b6a7c65be46a68bffed32eabf). I am not sure whether...

> strangely I can see my commits on the esp32 branch, but also your brownout disable commit. Seems odd because I'd expect that to be there from my commit. I...

Created some hooks for FatFs so Lua can properly access SD card. Please see https://github.com/tmrttmrt/opentx/commit/65697445fa4a8e9e38fed7f7e46d96096a47958f.

> @tmrttmrt I don't see the FatFs changes on that commit. > I thought though that you can use FatFs calls as well as VFS for accessing the SD card?...