Search found 2 matches

by ubercoder
Fri Oct 04, 2024 2:39 pm
Forum: ESP32 Arduino
Topic: fmt2jpg seems to leak 128k of psram per call
Replies: 3
Views: 205

Re: fmt2jpg seems to leak 128k of psram per call

Thanks ESP_Sprite ,

sorted now.

Its little things like this, which seem obvious in retrospect, relating to memory management that make me detest c & c++ with a passion...

cheers

Paul
by ubercoder
Thu Oct 03, 2024 9:01 pm
Forum: ESP32 Arduino
Topic: fmt2jpg seems to leak 128k of psram per call
Replies: 3
Views: 205

fmt2jpg seems to leak 128k of psram per call

I'm running into a problem with my ESP32-cam. I'm using it to capture an image which gets converted to raw rgb colour data for processing, before being converted back into a jpg. I'm using the 'fmt2jpg' method from the 'esp_camera' library to do the conversion back into a jpg. It works, except that ...