Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OV7670::Mode::VGA_RGB565 not working #17

Open
guipiveti opened this issue Jul 2, 2019 · 2 comments
Open

OV7670::Mode::VGA_RGB565 not working #17

guipiveti opened this issue Jul 2, 2019 · 2 comments

Comments

@guipiveti
Copy link

When I change the mode to OV7670::Mode::VGA_RGB565 (camera = new OV7670(OV7670::Mode::VGA_RGB565, SIOD, SIOC, VSYNC, HREF, XCLK, PCLK, D0, D1, D2, D3, D4, D5, D6, D7);)
It results in: Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled.
It look like it happens when dmaBuffer[0]->sampleCount() is called in I2SCamera.cpp

@GDanovski
Copy link
Contributor

Hello! Everything is working well if the mode is QQVGA_RGB565 or QQQVGA_RGB565. It fails if the resolution of the obtained image is set to higher than that. I thing that the ESP32 is not able to process bigger images (low memory or something else, not sure).

@Emb-Coder
Copy link

Emb-Coder commented Aug 13, 2022

I got the Same issue for Esp32 Dev module. ---Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled---. if I choose higher resolution. Max resolution working is QQVGA_RGB565. any suggestion ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants