jameszah

Results 114 comments of jameszah

You seem to be low on memory - when you send to telegram you have 88kb free - below I have 156kb free. SSL needs lots of memory to talk...

Ai-thinker board sets the parameters correctly. Wrover board gives you lots of options to set things wrong and use up your memory. Set the debug to none. On Mon., Oct....

I have Arduino 1.8.19 with esp32-arduino 2.0.4. You have to resolve the extra 70kb for ram you are using before ssl and telegram will work. You could add some debug...

![image](https://user-images.githubusercontent.com/36938190/188214851-4b573b89-9db1-47ce-a86d-74d177661c4f.png) You only have 2 MB of spiram and you need 4MB. I suppose I could print out a clear error message in that case. One of these, or a...

https://github.com/jameszah/ESP32-CAM-VideoCam/blob/62745b852d0812d3961a457de65939a1dfc67922/config.txt#L43 The no-wifi is an option here -- the one-click installer should create a config.txt as below, and the default wifi is ssid1234 which is no internet. Looks like you...

The "old-photo" issue is a old problem when the driver changed -- it is not fixed here apparently -- i think it is fixed the the test version. The transfer...

Are you using the installer, or compiling the 9.6 version? Which esp32-arduino board library? I don't seem to have updated since 2.06 ... or 2.09 on another ide .... now...

Hi, I looked through the code a little, but did not bypass the driver to fetch the data. https://github.com/espressif/esp32-camera/blob/master/driver/sccb.c You can set the registers in the camera ov2640 and control...

Hmmm ... beyond my experience. I assume you have this document: https://www.uctronics.com/download/cam_module/OV2640DS.pdf The "raw" is like an rgb888 with unprocessed colors??? The esp32-cam driver has some discussion about there being...

Yes, radu mode is very poor ... I did a another version somewhat better ... just going to get started on it again.