You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# IMPORTANT
2
+
As of msp-osd v0.12+, the required font format has now changed for the goggles and the OSD Overlay tool. Support for .bin font file format has been removed in favour of .png font file format.
3
+
See the 'Fonts' section and the 'Overlaying OSD on DVR' sections further below for clarification.
4
+
1
5
# MSP-OSD - Full OSD / Displayport OSD
2
6
3
7
This package gives you support for full flight controller driven OSD in line with those on analog + other HD systems.
@@ -235,6 +239,8 @@ To remove copied fonts repeat steps 1 to 6 and replace step 7 with `rm /blackbox
235
239
236
240
237
241
## Overlaying OSD on DVR
242
+
**Note the change in font file format requirements (png format) for the OSD Overlay tool. If no font file is provided by the user, a built in font (png format) will be used.**
243
+
238
244
The overlay process uses DVR, recorded osd data and a font file, to overlay/render the OSD data onto DVR footage on your computer.
239
245
A default font will be used if no font file is supplied however. The font look and feel will be the bundled font you would see if using this during flight.
240
246
@@ -250,7 +256,7 @@ package-config apply msp-osd
250
256
```
251
257
252
258
##### *Notes*
253
-
You only need to supply a font file for the canvas the DVR was recorded with. i.e. If your FC firmware configuration was HD or a HD variant you only need to supply the '_hd' font file.
259
+
You only need to supply a font file for the canvas the DVR was recorded with. i.e. If your FC firmware configuration was HD or a HD variant you only need to supply the '_hd.png' font file.
254
260
The 'Chroma Key' will replace the DVR with a solid colour for use within video editing software. Be aware however that fonts have an amount of transparency around elements that will include the 'Chroma Key' bleed that will be difficult to avoid in video editing software.
255
261
256
262
See the 'Using Walksnail Fonts Section' for specific requirements that may apply to font file formats.
0 commit comments