-
Notifications
You must be signed in to change notification settings - Fork 75
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
Milestone for airunit-firmware and gs desktop program (requested.) #27
Comments
You are right .We need a milestone to guarantee the basic user experience. For d, There may be some limitations on ov2640 because of its low fps. Go and check its datasheet .May add some codes to support OV5640.( The code is just about at some resolution micros.The ESP32-CAM officially support OV5640 ) For e. I think that it is enough for now. |
Don't forget that we still need some works on the ui. I'm a beginner with opengl and imgui.The gl_flush() code could not just forever stay in there. We need to use imgui demo as an example and rewrite some code. |
Did you try? |
IDF4.4.4 should be fine now, just tested it. 5.0 will be tricky to support and TBH I don't see why. Is there anything interesting in it for this project? |
It's OK with IDF 4.4.4, actually sdkconfig can be deleted, it's generated by menuconfig automatically.
It has something to do with glFlush, BUT video quality is BAD, please check the screen snapshot in latest code(9610792) no video on RPI Window #22
Yes. a lot of camera has been added in IDF 5.0. And we also has a hardware wanna try this FPV video, which is based on IDF 5.0. |
Fixed the sdkconfig here: 29fd749 |
Committed a bunch of air and gs fixes. Try again pls. |
I think esp32-cam-fpv need a milestone, which should be at least
a) both airunit-firmware and gs program can be compiled.
b) both airunit-firmware (AI thinker OV2604) + RPI 3B/3B+/4 should be OK
c) both airunit-firmware (AI thinker OV2604) + laptop (ubuntu 64) should be OK
d) FPS rate ~ 30, resolution 800 x 600??? ===> which is usable for FPV
e) IDF 4.4.3 ???? IDF 5.0 ???? I think 4.4.3 might be ok for initial step.
f) others.......
Please feel free to discuss?
The text was updated successfully, but these errors were encountered: