dmainmon / ArduCAM-mini-ESP8266-12E-Camera-Server

Source code designed to work with an ESP8266-12E and an ArduCAM Mini 2MP Camera.
67 stars 39 forks source link

OV2640 Is generating broken videos #1

Open AlexandreNeuk opened 7 years ago

AlexandreNeuk commented 7 years ago

Hello @dmainmon, thanks for the tutorial. I'm having trouble generating videos with resolution greater than 176x144. The video is somewhat distorted, as in the image: m7jvb

What am I doing wrong?

ecco8888 commented 7 years ago

In my case reducing the buffer size solved this issue.

AlexandreNeuk commented 7 years ago

@ecco8888 thank you very much, it worked perfectly. But, the video gets a huge delay, is this normal? You know how solve this delay problem?