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

CAMERA_PF_GRAYSCALE mode not working #12

Open
ankitdaf opened this issue Aug 18, 2018 · 0 comments
Open

CAMERA_PF_GRAYSCALE mode not working #12

ankitdaf opened this issue Aug 18, 2018 · 0 comments

Comments

@ankitdaf
Copy link

Hi

I tried replacing the CAMERA_PF_RGB565 with CAMERA_PF_GRAYSCALE to start getting grayscale images from the OV7670 but keep on running into LoadStoreError.

I uncommented the necessary lines and the LoadStoreError triggers here :
branch : framebuffer_overlay
file : camera.c
line 911 : dst[0] = src[0].sample1;

From here : https://github.com/SuperHouse/esp-open-rtos/wiki/Crash-Dumps
I find that it is likely because of trying to access a byte or word in a manner not allowed.

@tekker @igrr Did you manage to get grayscale mode to work with this branch ?
Any pointers are appreciated!

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

1 participant