lida2003
(Daniel Li)
October 28, 2024, 3:40am
1
I have analog osd MAX7456 30x13 and digital osd OpenIPC 53x20.
I found that the document (OSD — Copter documentation ) uses RC channel’s (OSD_CHAN ) value to select which OSDx_ to use, but it’s not simultaneously working.
So is it possible for two OSD resolution working at the same time?
lida2003
(Daniel Li)
January 20, 2025, 4:47am
2
It seems that these two OSD type can’t be working at the same time. Or what I have missed here?
OSD1_ENABLE = 1
OSD_TYPE = 1
OSD1_TXT_RES = 0 (0:30X16)
OSD2_ENABLE = 1
OSD_TYPE2 = 5 (MSP_DISPLAYPORT)
OSD2_TXT_RES = 1 (1:50X18;2:60X22)
SERIAL8_PROTOCOL = 42
SERIAL8_BAUD=115 (115200)
twoOSD.param (25.6 KB)
lida2003
(Daniel Li)
January 23, 2025, 9:29am
3
It seems 2 OSD should be supported to work at the same time, but I can’t get it working, any configuration I missed here?
EDIT: Here is doc link I have followed: OSD — Copter documentation
lida2003
(Daniel Li)
January 27, 2025, 8:21am
4
Thank you all! It works!
OSD1_ENABLE = 1
OSD_TYPE = 1
OSD1_TXT_RES = 0 (0:30X16)
OSD2_ENABLE = 1
OSD_TYPE2 = 5 (MSP_DISPLAYPORT)
OSD2_TXT_RES = 1 (1:50X18;2:60X22)
SERIAL8_PROTOCOL = 42
SERIAL8_BAUD=115 (115200)