Is it possible for two OSD resolution working at the same time?

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?

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)

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

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)