-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
[Feature] Two different modes of OSD working simultaneously #29129
Comments
How about add an Hope someone familiar with the code can give some tips and join the discussion here. ardupilot/libraries/AP_OSD/AP_OSD.h Lines 560 to 563 in 00c1f14
Add code when following conditions are met:
ardupilot/libraries/AP_OSD/AP_OSD.cpp Lines 555 to 605 in 00c1f14
|
I also find an issue when OSD init:
I'm NOT sure if it works this way? ardupilot/libraries/AP_OSD/AP_OSD.cpp Lines 321 to 328 in 00c1f14
ardupilot/libraries/AP_OSD/AP_OSD_MSP_DisplayPort.h Lines 34 to 38 in 00c1f14
|
I think I may understand OSD not correctly. Here is the case:
Now the issue is all OSD uses OSD screen 1(30x16). Right now, it's working simultaneously, but OSD layout is not what I expected. The code seems to run only one OSD screen, and it can't be used for two OSD screen simultaneouosly. |
Feature request
Two different modes of OSD working simultaneously
Details: https://discuss.ardupilot.org/t/is-it-possible-for-two-osd-resolution-working-at-the-same-time/125505
Platform
[ ] All
[ ] AntennaTracker
[x] Copter
[ ] Plane
[ ] Rover
[ ] Submarine
Additional context
Copter 4.5.6 Analog+ MSP Display port
The text was updated successfully, but these errors were encountered: