Giter Club home page Giter Club logo

Comments (5)

g-philipp avatar g-philipp commented on September 4, 2024

I guess the cam-model is somehow configured wrongly or sth like this

from esp32cam-ready.

rzeldent avatar rzeldent commented on September 4, 2024

Hi Philipp,

I see this line; guess something is not right with the camera.
23:08:10.512 > [E][camera.c:222] skip_frame(): Timeout waiting for VSYNC

Are you using the right camera and, an ESP32-cam module?

from esp32cam-ready.

g-philipp avatar g-philipp commented on September 4, 2024

I already had some problems with this error in the arduino ide, there i could change the cam model. Can i do this in pio ( i dont have experience with pio :/ )

from esp32cam-ready.

rzeldent avatar rzeldent commented on September 4, 2024

You can try to change the camera. This is the line:

log_i("Initialize the camera");
esp32cam_aithinker_config.frame_size = FRAMESIZE_UXGA;
if (cam.init(esp32cam_aithinker_config) != ESP_OK)
	log_e("Initializing the camera failed");

You can define a new config file instead of the esp32cam_aithinker_config config in the library.

Have you connected the camera the right way around?
Found out that some camera modules have a different pinout so have to be inserted facing the pcb... Just give it a try?!

from esp32cam-ready.

g-philipp avatar g-philipp commented on September 4, 2024

Mm i tried some things but i guess my cam is broken. As i said, i had this issue before but could fix it, this time the fix didnt work so i think ill have to buy a new cam or so.

Nevertheless thanks for your help!

from esp32cam-ready.

Related Issues (11)

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.