To get the same OSD, the instructions are written below in a step by step guide:
Part 1 - Goggles:
1. Power on the goggles and connect them to your PC.
2. Ensure that they are rooted and msp-osd package is installed.
3. Open the CLI of https://fpv.wtf/ and type:
package-config set msp-osd show_waiting false
package-config set msp-osd hide_diagnostics true
package-config set msp-osd rec_enabled true
package-config apply msp-osd
Optional commands for old Betaflight (4.3 and below):
package-config set msp-osd fakehd_enable true
package-config set msp-osd fakehd_columns M
package-config set msp-osd fakehd_rows WWWWWWCCWWWWCWWC
Please note that fakehd options only apply to FCs running BETAFLIGHT and it has no effect on FCs running INAV or KISS.
4. Make sure the HD font that you want to use are on the SD card in your goggles.
See Part 3 for more details.
Part 2a - Vista / Air Unit in INAV:
1. Power on the AU and connect it to your PC.
2. Ensure that it is rooted and msp-osd package is installed.
3. Open the CLI of https://fpv.wtf/ and type:
package-config set msp-osd compress_osd true
package-config apply msp-osd
This is only important for INAV, but it doesn't harm having it on BF if you have to swap VTXs at some point for example.
4. INAV 5.1: Select "HDZero" on the UART that the AU is connected to.
INAV 6.0: Select "MSP Displayport" on the UART that the AU is connected to.
Part 2b - Vista / Air Unit in BETAFLIGHT 4.3:
1. Power on the AU and connect it to your PC.
2. Ensure that it is rooted and msp-osd package is installed.
3. Open the CLI of BETAFLIGHT and type:
set osd_displayport_device = MSP
set displayport_msp_serial = 3
set vcd_video_system = PAL
save
If your Air Unit is connected to UART 4, you put 3. Check that your commands have worked with:
get displayport_msp_serial
I've had some situations where the settings are not saved and when I reboot, it goes back to default.
Part 3 - Using HD fonts:
1. Download HD fonts from here:
https://drive.google.com/drive/u/0/fo...
2. Copy the .bin files (4 files) corresponding to your FC to the root directory of your SD card in your Goggles and make sure the font that you want to use is named correctly.
Because I fly both BF quads and INAV planes, I have both BF and INAV fonts on the SD card (8 .bin files in total). The system knows which font to pick as it can recognise the FC that is being used.
Part 4 - Adding the HD OSD Overlay:
1. Go to the following page:
https://knifa-develop.fpv.wtf/osd-ove...
2. Select the .mp4 DVR recording.
3. Select the .osd file with the same name as the .mp4 file from step 2.
4. Select the four .bin font files you would like to be overlayed on your DVR recording.
Advice for BETAFLIGHT and INAV:
1. Backup your config using `dump` if you want to be 100% sure that you can revert.
2. For a BF and INAV OSD Layouts, see the link below with my configuration:
https://drive.google.com/drive/folder...
3. Copy and paste into BF/INAV CLI.