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

RGB565 format is not working #44

Open
e135193 opened this issue Jul 2, 2022 · 3 comments
Open

RGB565 format is not working #44

e135193 opened this issue Jul 2, 2022 · 3 comments

Comments

@e135193
Copy link

e135193 commented Jul 2, 2022

state = camera.init(0, format=camera.RGB565, fb_location=camera.PSRAM)
print("Camera State: ",state)
camera.framesize(camera.FRAME_96X96)
buf = camera.capture()
buf
False
@AwesomeCronk
Copy link

Is this with the ESP32-CAM? I was able to capture with mine in RGB565 (latest commit as of 7-26-22). Grayscale was what I had problems with (I think it crashed the OV2640 itself, because I couldn't reinitialize the camera, even after rebooting the ESP32, until I power cycled everything for a few seconds.)

@e135193
Copy link
Author

e135193 commented Aug 6, 2022

Hello @AwesomeCronk I see that 2 Feb 2022 is the latest commit on this driver. "(latest commit as of 7-26-22)" Where can I find the commit that you mentioned ?

I have compiled micropython with this camera driver, but still I could not get it work on RGB565 format.

could you please share what you did step by step ?

@AwesomeCronk
Copy link

@e135193 I'm sorry if I confused you! I hadn't checked the date of the commit, so I just said latest and put the date of writing. Unfortunately I don't see a newer commit either.

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