-
Notifications
You must be signed in to change notification settings - Fork 320
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 uptilt to HUD settings #1814
Conversation
I think we have to thing about lowering the number of element on OSD tab. There are just too many settings and page takes very long to load. Maybe if we spliy OSD into 2 separate ones? Like "OSD Layout" and "OSD Settings" ? |
Would the idea be to move the items on the right side to its own tab? |
What about if the sections were collapsable? That could look neater. |
I guess so long as it doesn’t change anything on the layout. It could go in a different tab. But, that would only be about 10 things. I don’t think that would increase the load time by a great deal. |
I will try to get it working, to at least check if it makes a difference. []s,Marcelo Bezerra ***@***.***>On 4 Aug 2023, at 23:41, Darren Lines ***@***.***> wrote:
I guess so long as it doesn’t change anything on the layout. It could go in a different tab. But, that would only be about 10 things. I don’t think that would increase the load time by a great deal.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I will merge this one for now, while we investigate how to make the osd tab faster |
Its interesting to notice the OSD page load time, based on the FC processor clock speed I assume... The H743 or F765 generally load within 10s.. While the F722 and then F405 is a little slower. But the F411 takes 35s or so... It teaches me patience. |
One thing I would like to do is investigate the loading process of the osd tab. We may be able to cut the cpu usage on the fc and number of calls (and time to load) if we can:
Current implementation seems to go through the whole list and send it in a bulk reply. It does not appear to be doing much processing though, so I am not sure if the above would be faster. |
camera uptilt was missing from the previous pull request.