-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add camera function to BZM motherboard #57
Conversation
1.Screen and SD card changed to SPI driver 2.Reserve OV2640 camera interface
Camera using OV2640
is that working ? |
I have solved it. |
you need to add handler counter value for snap handler like : https://github.com/luc-github/ESP3D-TFT/blob/main/main/modules/http/esp3d_http_service.cpp#L39-L43 Do you plan to add camera related commands also ? |
I have add handler counter value,but I dont Know Why to add it. |
This is related to IDF API you need to set how many handler you have in top of adding handler or the latest handler won't be added and won't be used
It is ok you did well in PR and you can use same code as ESP3D as code base, as you did, they should be almost compatible |
Hi luc, |
ok I will have a look - thank you |
why did you closed the PR ? |
I mistakenly received the lvgl9 branch.I am changing the code and restoring the previous program. Afterwards, I will resubmit Pr |
Ok - the lvgl 90 is definitly not for short terms so ignore it pls |
Camera using OV2640