Skip to content

SPIRAM unused #23

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

Closed
TecDroiD opened this issue Apr 6, 2021 · 3 comments
Closed

SPIRAM unused #23

TecDroiD opened this issue Apr 6, 2021 · 3 comments

Comments

@TecDroiD
Copy link

TecDroiD commented Apr 6, 2021

Hi again, i just found out that SPI RAM on ESP32-Cam is unused.
Is it possible to implement this? i'll try on my own but i'm not really convinced to have enough insight into mp :-(
Here is a modified image (from 2018) with modifications that have been done..

@lemariva
Copy link
Owner

lemariva commented Jan 8, 2022

Can you point the modifications, or send me a PR? The flags:

CONFIG_ESP32_SPIRAM_SUPPORT=y
CONFIG_SPIRAM_CACHE_WORKAROUND=y
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
CONFIG_SPIRAM_USE_MALLOC=y

which are related with the PSRAM are set to y (yes) - check the sdkconfig.esp32cam file.

@lemariva
Copy link
Owner

lemariva commented Feb 2, 2022

Not anymore. You were right. But since PR 8219 the camera can share the PSRAM with MicroPython. Check out the latest firmware and the camera option fb_location=camera.PSRAM. With that option, you can take photos with higher resolution.

@lemariva lemariva reopened this Feb 2, 2022
@lemariva lemariva closed this as completed Feb 2, 2022
@TecDroiD
Copy link
Author

TecDroiD commented Feb 2, 2022

thank you, i'll try

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

2 participants