Giter VIP home page Giter VIP logo

Comments (9)

s60sc avatar s60sc commented on June 15, 2024 1

Not until stable release

from esp32-cam_mjpeg2sd.

s60sc avatar s60sc commented on June 15, 2024 1

Tried an OV5640 on my freenove board and got same problem. Could by an issue with later arduino 2.X releases, but I'll investigate furrther as time allows

from esp32-cam_mjpeg2sd.

s60sc avatar s60sc commented on June 15, 2024 1

Sorry it is my fault. The combination of S3 and OV5460 was trying to allocate too much PSRAM

In the interim, in appGlobals.h, change:
#define FB_BUFFERS 12 // 1 being processed, rest being filled
to:
#define FB_BUFFERS 6 // 1 being processed, rest being filled

from esp32-cam_mjpeg2sd.

guece1 avatar guece1 commented on June 15, 2024

did i missing something
Is there anothere way to get the OV5640 working on esp32s3
this is my board https://github.com/Freenove/Freenove_ESP32_S3_WROOM_Board
i try for weeks now reading codes without succes
no baby mode here

from esp32-cam_mjpeg2sd.

s60sc avatar s60sc commented on June 15, 2024

Unlike ov2640, some ov5640 have a non standard pinout. Check the wiring spec

from esp32-cam_mjpeg2sd.

guece1 avatar guece1 commented on June 15, 2024

I tried for weeks ,the wiring specs are are the same it works with an esp32 cam.

My esp32s3 works with the OV5640 on other Sketches, like the newest Tasmota compiled with Arduino ESP32 Core 3.0.1RC.

Can anyone confirm that the OV5640 dont work on esp32-s3 but on esp32 on the actual Arduino framework. ?

from esp32-cam_mjpeg2sd.

guece1 avatar guece1 commented on June 15, 2024

thank you for your time

I read from the Tasmota git

Support is removed in IDF and in Arduino precompiled libs 2.0.14 to save code space.

Modules OV3660 and OV5640 will be supported in next Arduino 3.0.0 alpha Platform build. Modules will NOT be added to core 2.0.14

On Tasmota 13.4.1.1 compiled on Core/SDK Version | 3_0_0/5.1.3.240325 the OV5640 works again

Could this be the problem ?
Can we compile 2.0.14 libs ourself to implement it back ?
Or is the only way to wait for the stable Arduino 3.0.0 Platform build ?

from esp32-cam_mjpeg2sd.

guece1 avatar guece1 commented on June 15, 2024

appreciate for your time and help it works very well now on core 2.0.15

from esp32-cam_mjpeg2sd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.